Skip to content

Commit

Permalink
nibbletree: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-re-ka committed Feb 7, 2024
1 parent 820f3da commit af2bc21
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fernglas"
description = "BGP & BMP looking glass"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
default-run = "fernglas"
authors = [ "Yureka <[email protected]>" ]
Expand All @@ -28,7 +28,7 @@ tokio = { version = "1.36", features = ["macros", "time", "rt-multi-thread", "io
tokio-stream = "0.1"
tokio-util = { version = "0.7", features = ["codec"] }
weak-table = "0.3"
nibbletree = { version = "0.1", path = "./nibbletree", features = ["ipnet"] }
nibbletree = { version = "0.2", path = "./nibbletree", features = ["ipnet"] }
autometrics = { version = "0.3", features = ["prometheus-exporter"] }
zettabgp = "0.3.4"
hickory-resolver = "0.24"
Expand Down
2 changes: 1 addition & 1 deletion nibbletree/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nibbletree/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "nibbletree"
description = "Tree datastructure for versatile prefix lookups based on the Tree-bitmap algorithm"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = [ "Yureka <[email protected]>" ]
license = "EUPL-1.2"
Expand Down

0 comments on commit af2bc21

Please sign in to comment.