Skip to content

Commit 014b094

Browse files
bump version
1 parent d0664f4 commit 014b094

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bgpsim/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bgpsim"
3-
version = "0.20.0"
3+
version = "0.20.1"
44
edition = "2021"
55
license-file = "LICENSE"
66
description = "A network control-plane simulator"
@@ -42,7 +42,7 @@ topology_zoo = ["dep:xmltree", "dep:geoutils", "dep:include-flate", "dep:mapproj
4242
export = ["dep:bimap"]
4343

4444
[dependencies]
45-
bgpsim-macros = {path = "../bgpsim-macros", version = "0.20.0"}
45+
bgpsim-macros = {path = "../bgpsim-macros", version = "0.20.1"}
4646
prefix-trie = { version = "0.8.1", features = ["serde", "ipnet"] }
4747
thiserror = "1"
4848
petgraph = { version = "0.6", features = [ "serde-1" ]}

0 commit comments

Comments
 (0)