From 2be917b8903dbc08d95e616d26930de44417b905 Mon Sep 17 00:00:00 2001 From: Michael Kreil Date: Thu, 28 Sep 2023 16:35:45 +0200 Subject: [PATCH] v0.6.8 --- Cargo.lock | 4 ++-- versatiles-lib/Cargo.toml | 2 +- versatiles/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a7dc729..4bda0346 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1988,7 +1988,7 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "versatiles" -version = "0.6.7" +version = "0.6.8" dependencies = [ "assert_fs", "async-trait", @@ -2024,7 +2024,7 @@ dependencies = [ [[package]] name = "versatiles-lib" -version = "0.6.7" +version = "0.6.8" dependencies = [ "assert_fs", "async-trait", diff --git a/versatiles-lib/Cargo.toml b/versatiles-lib/Cargo.toml index a86f6b4a..efaa76d2 100644 --- a/versatiles-lib/Cargo.toml +++ b/versatiles-lib/Cargo.toml @@ -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" diff --git a/versatiles/Cargo.toml b/versatiles/Cargo.toml index 9a306ea8..506c0294 100644 --- a/versatiles/Cargo.toml +++ b/versatiles/Cargo.toml @@ -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" @@ -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" }