Skip to content

Commit af2bc21

Browse files
committed
nibbletree: bump version
1 parent 820f3da commit af2bc21

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fernglas"
33
description = "BGP & BMP looking glass"
4-
version = "0.1.0"
4+
version = "0.2.0"
55
edition = "2021"
66
default-run = "fernglas"
77
authors = [ "Yureka <yuka@yuka.dev>" ]
@@ -28,7 +28,7 @@ tokio = { version = "1.36", features = ["macros", "time", "rt-multi-thread", "io
2828
tokio-stream = "0.1"
2929
tokio-util = { version = "0.7", features = ["codec"] }
3030
weak-table = "0.3"
31-
nibbletree = { version = "0.1", path = "./nibbletree", features = ["ipnet"] }
31+
nibbletree = { version = "0.2", path = "./nibbletree", features = ["ipnet"] }
3232
autometrics = { version = "0.3", features = ["prometheus-exporter"] }
3333
zettabgp = "0.3.4"
3434
hickory-resolver = "0.24"

nibbletree/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.

nibbletree/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "nibbletree"
33
description = "Tree datastructure for versatile prefix lookups based on the Tree-bitmap algorithm"
4-
version = "0.1.0"
4+
version = "0.2.0"
55
edition = "2021"
66
authors = [ "Yureka <yuka@yuka.dev>" ]
77
license = "EUPL-1.2"

0 commit comments

Comments
 (0)