Skip to content

Commit 9298dcd

Browse files
committed
fix(deps): remove version field from git-referenced gateway-proto
If you are using a git reference then only the tag or commit sha are considered. This version field confuses things as an additional source of truth. Signed-off-by: Daniel Noland <[email protected]>
1 parent 92df92d commit 9298dcd

File tree

2 files changed

+16
-99
lines changed

2 files changed

+16
-99
lines changed

Cargo.lock

Lines changed: 15 additions & 98 deletions
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
@@ -43,7 +43,7 @@ dpdk-sysroot-helper = { path = "./dpdk-sysroot-helper", package = "dataplane-dpd
4343
dplane-rpc = { git = "https://github.com/githedgehog/dplane-rpc.git", version = "1.1.2" }
4444
errno = { path = "./errno", package = "dataplane-errno" }
4545
flow-info = { path = "./flow-info", package = "dataplane-flow-info" }
46-
gateway_config = { git = "https://github.com/githedgehog/gateway-proto", tag = "v0.14.0", version = "0.14.0"}
46+
gateway_config = { git = "https://github.com/githedgehog/gateway-proto", tag = "v0.14.0" }
4747
hardware = { path = "./hardware", package = "dataplane-hardware" }
4848
id = { path = "./id", package = "dataplane-id" }
4949
init = { path = "./init", package = "dataplane-init" }

0 commit comments

Comments
 (0)