Skip to content

Commit

Permalink
Cargo.toml fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DRiKE committed Oct 29, 2024
1 parent c6e4ec5 commit 67ce783
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ authors = ["NLnet Labs <[email protected]>"]
members = ["mrtin"]

[workspace.dependencies]
routecore = { git = "https://github.com/nlnetlabs/routecore", rev = "831e495", features = ["bgp", "bmp", "serde", "fsm"] }
routecore = { git = "https://github.com/nlnetlabs/routecore", branch = "main", features = ["bgp", "bmp", "serde", "fsm"] }
inetnum = { version = "0.1.0", features = ["arbitrary", "serde"] }


Expand Down Expand Up @@ -72,8 +72,8 @@ mrtin = { path = "mrtin" }
memmap2 = "0.9.4"
non-empty-vec = { version = "0.2", features = ["serde"]}
percent-encoding = "2.3"
roto = { git = "https://github.com/nlnetlabs/roto", branch = "runtime-types-by-val" }
rotonda-store = { path = "../rotonda-store" }
roto = { git = "https://github.com/nlnetlabs/roto", branch = "main" }
rotonda-store = { version = "0.4.0-rc1", path = "../rotonda-store" }
serde_with = "3"
smallvec = { version = "1.11", features = ["const_generics", "const_new", "union"] }
tokio-metrics = { version = "0.3", default-features = false }
Expand Down

0 comments on commit 67ce783

Please sign in to comment.