Skip to content

Commit dbab082

Browse files
authored
Move p4 dependency from tagged commit to main branch
2 parents dec63e6 + 2b8ed20 commit dbab082

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dlpi = { git = "https://github.com/oxidecomputer/dlpi-sys", branch = "main" }
1313
indicatif = "0.17.2"
1414
libc = "0.2.137"
1515
libloading = "0.7.3"
16-
p4rs = { git = "https://github.com/oxidecomputer/p4", rev = "d59491f86668e15e92f35ffe3f94504ff4241c64" }
16+
p4rs = { git = "https://github.com/oxidecomputer/p4", branch = "main" }
1717
p9ds = { git = "https://github.com/oxidecomputer/p9fs", branch = "main" }
1818
p9kp = { git = "https://github.com/oxidecomputer/p9fs", branch = "main" }
1919
serde = { version = "1.0.147", features = ["derive"] }

0 commit comments

Comments
 (0)