Skip to content

Commit

Permalink
use git branch for macros
Browse files Browse the repository at this point in the history
  • Loading branch information
density215 committed Oct 23, 2024
1 parent 07712eb commit 82533ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ inetnum = "0.1.0"
log = "^0.4"
roaring = "0.10.3"
# rotonda-macros = { version = "0.4.0-rc0" }
rotonda-macros = { path = "../rotonda-macros" }
# rotonda-macros = { path = "../rotonda-macros" }
rotonda-macros = { git = "https://github.com/nlnetlabs/rotonda-macros", branch = "main" }
routecore = { version = "0.5.0-rc1", features = ["bgp", "bmp", "fsm", "serde"] }

ansi_term = { version = "0.12", optional = true }
Expand Down

0 comments on commit 82533ab

Please sign in to comment.