Skip to content

Commit

Permalink
v0.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Jan 25, 2024
1 parent 47f1a58 commit f59256a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.10"
version = "0.6.11"
description = "A library for reading versatiles containers."
homepage = "https://versatiles.org"
repository = "https://github.com/versatiles-org/versatiles-rs"
Expand Down
4 changes: 2 additions & 2 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.10"
version = "0.6.11"
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 @@ -53,7 +53,7 @@ tar = { version = "0.4.40", default-features = false }
terminal_size = { version = "0.3.0", default-features = false }
tokio = { version = "1.35.1", default-features = false, features = ["macros", "rt-multi-thread", "sync"] }
webp = { version = "0.2.6", default-features = false, features = ["img"] }
versatiles-lib = { path = "../versatiles-lib", version = "0.6.10", features = ["full"] }
versatiles-lib = { path = "../versatiles-lib", version = "0.6.11", features = ["full"] }

[dev-dependencies]
assert_fs = { version = "1.1.1" }
Expand Down

0 comments on commit f59256a

Please sign in to comment.