diff --git a/Cargo.toml b/Cargo.toml index 07d26f5..80460af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ members = [ ] [workspace.package] -version = "0.8.7" +version = "0.8.8" authors = ["Fangdun Tsai "] edition = "2021" homepage = "https://viz.rs" @@ -49,15 +49,15 @@ license = "MIT" rust-version = "1.75" [workspace.dependencies] -viz = { version = "0.8.7", path = "viz" } -viz-core = { version = "0.8.7", path = "viz-core" } -viz-router = { version = "0.8.7", path = "viz-router" } -viz-handlers = { version = "0.8.7", path = "viz-handlers", default-features = false } +viz = { version = "0.8.8", path = "viz" } +viz-core = { version = "0.8.8", path = "viz-core" } +viz-router = { version = "0.8.8", path = "viz-router" } +viz-handlers = { version = "0.8.8", path = "viz-handlers", default-features = false } viz-macros = { version = "0.2.0", path = "viz-macros" } -viz-test = { version = "0.2.5", path = "viz-test" } -viz-tower = { version = "0.1.7", path = "viz-tower" } +viz-test = { version = "0.2.6", path = "viz-test" } +viz-tower = { version = "0.1.8", path = "viz-tower" } -viz-smol = { version = "0.1.8", path = "viz-smol" } +viz-smol = { version = "0.1.9", path = "viz-smol" } anyhow = "1.0" async-trait = "0.1" diff --git a/viz-smol/Cargo.toml b/viz-smol/Cargo.toml index 8172470..c297831 100644 --- a/viz-smol/Cargo.toml +++ b/viz-smol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "viz-smol" -version = "0.1.8" +version = "0.1.9" documentation = "https://docs.rs/viz-smol" description = "An adapter for smol runtime" readme = "README.md" diff --git a/viz-test/Cargo.toml b/viz-test/Cargo.toml index 881dc3b..a07944c 100644 --- a/viz-test/Cargo.toml +++ b/viz-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "viz-test" -version = "0.2.5" +version = "0.2.6" edition.workspace = true license.workspace = true authors.workspace = true diff --git a/viz-tower/Cargo.toml b/viz-tower/Cargo.toml index b3f53ae..a646211 100644 --- a/viz-tower/Cargo.toml +++ b/viz-tower/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "viz-tower" -version = "0.1.7" +version = "0.1.8" documentation = "https://docs.rs/viz-tower" description = "An adapter for tower service" readme = "README.md"