Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Mar 9, 2024
1 parent abdc032 commit 8e76885
Show file tree
Hide file tree
Showing 3 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.

2 changes: 1 addition & 1 deletion versatiles-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "versatiles-lib"
edition = "2021"
version = "0.6.12"
version = "0.7.0"
description = "A library for reading versatiles containers."
homepage = "https://versatiles.org"
repository = "https://github.com/versatiles-org/versatiles-rs"
Expand Down
6 changes: 3 additions & 3 deletions versatiles/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "versatiles"
edition = "2021"
version = "0.6.12"
version = "0.7.0"
description = "A toolbox for converting, checking and serving map tiles in various formats."
homepage = "https://versatiles.org"
repository = "https://github.com/versatiles-org/versatiles-rs"
Expand Down Expand Up @@ -52,12 +52,12 @@ tar = { version = "0.4.40", default-features = false }
terminal_size = { version = "0.3.0", default-features = false }
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "sync"] }
webp = { version = "0.2.6", default-features = false, features = ["img"] }
versatiles-lib = { path = "../versatiles-lib", version = "0.6.12", features = ["full"] }
versatiles-lib = { path = "../versatiles-lib", version = "0.7.0", features = ["full"] }

[dev-dependencies]
assert_fs = { version = "1.1.1" }
lazy_static = { version = "1.4.0", default-features = false }
versatiles-lib = { path = "../versatiles-lib", version = "0.6.12", features = ["full", "mock"] }
versatiles-lib = { path = "../versatiles-lib", version = "0.7.0", features = ["full", "mock"] }

[[bin]]
name = "versatiles"
Expand Down

0 comments on commit 8e76885

Please sign in to comment.