Skip to content

Commit

Permalink
v0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Sep 28, 2023
1 parent 3adfdab commit 2be917b
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.7"
version = "0.6.8"
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.7"
version = "0.6.8"
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,7 +52,7 @@ tar = { version = "0.4.40", default-features = false }
terminal_size = { version = "0.2.6", default-features = false }
tokio = { version = "1.32.0", 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.7", features = ["full"] }
versatiles-lib = { path = "../versatiles-lib", version = "0.6.8", features = ["full"] }

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

0 comments on commit 2be917b

Please sign in to comment.