Skip to content

Commit 778f6fe

Browse files
committed
fix(deps): pin dplane-rpc to commit SHA instead of version
Version isn't considered in git dependencies, so this isn't doing what we think it is doing. Instead, it is just following the default branch for the repo while pretending to be pinned. This should be resolved by cutting a proper tag for that repo, but in the mean time we can pin to a commit. Signed-off-by: Daniel Noland <[email protected]>
1 parent 9298dcd commit 778f6fe

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
@@ -40,7 +40,7 @@ config = { path = "./config", package = "dataplane-config" }
4040
dpdk = { path = "./dpdk", package = "dataplane-dpdk" }
4141
dpdk-sys = { path = "./dpdk-sys", package = "dataplane-dpdk-sys" }
4242
dpdk-sysroot-helper = { path = "./dpdk-sysroot-helper", package = "dataplane-dpdk-sysroot-helper" }
43-
dplane-rpc = { git = "https://github.com/githedgehog/dplane-rpc.git", version = "1.1.2" }
43+
dplane-rpc = { git = "https://github.com/githedgehog/dplane-rpc.git", rev = "e8fc33db10e1d00785f2a2b90cbadcad7900f200" }
4444
errno = { path = "./errno", package = "dataplane-errno" }
4545
flow-info = { path = "./flow-info", package = "dataplane-flow-info" }
4646
gateway_config = { git = "https://github.com/githedgehog/gateway-proto", tag = "v0.14.0" }

0 commit comments

Comments
 (0)