Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
IncSW committed Mar 26, 2024
1 parent c406fc4 commit 5d3c689
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geoip2"
version = "0.1.6"
version = "0.1.7"
authors = ["IncSW <[email protected]>"]
description = "Library for reading MaxMind DB format used by GeoIP2 and GeoLite2"
readme = "README.md"
Expand All @@ -18,7 +18,7 @@ default = []
unsafe-str = []

[dependencies]
geoip2-codegen = "0.1.4"
geoip2-codegen = "0.1.5"

[workspace]
members = [".", "codegen"]
Expand All @@ -27,7 +27,7 @@ members = [".", "codegen"]
geoip2-codegen = { path = "codegen" }

[dev-dependencies]
maxminddb = "0.21.0"
maxminddb = "0.24.0"

[profile.release]
lto = "fat"
Expand Down
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geoip2-codegen"
version = "0.1.4"
version = "0.1.5"
authors = ["IncSW <[email protected]>"]
description = "geoip2 macros"
readme = "README.md"
Expand Down

0 comments on commit 5d3c689

Please sign in to comment.