diff --git a/Cargo.toml b/Cargo.toml index 5b4cf6ca..0195adf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ env_logger = "0.10" foundations = { version = "4", default-features = false } futures = { version = "0.3" } futures-util = { version = "0.3", default-features = false } -h3i = { version = "0.3", path = "./h3i" } +h3i = { version = "0.4", path = "./h3i" } ipnetwork = { version = "0.20" } libc = { version = "0.2.76", default-features = false } log = { version = "0.4.20" } diff --git a/h3i/Cargo.toml b/h3i/Cargo.toml index 4ebba159..92624937 100644 --- a/h3i/Cargo.toml +++ b/h3i/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "h3i" -version = "0.3.0" +version = "0.4.0" authors = [ "Lucas Pardue ", "Evan Rittenhouse ",