diff --git a/Cargo.toml b/Cargo.toml index 2e916a40..b0bb1ed2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,10 +54,10 @@ viz-core = { version = "0.8.1", path = "viz-core" } viz-router = { version = "0.8.1", path = "viz-router" } viz-handlers = { version = "0.8.1", path = "viz-handlers", default-features = false } viz-macros = { version = "0.2.0", path = "viz-macros" } -viz-test = { version = "0.2.0", path = "viz-test" } -viz-tower = { version = "0.1.0", path = "viz-tower" } +viz-test = { version = "0.2.1", path = "viz-test" } +viz-tower = { version = "0.1.1", path = "viz-tower" } -viz-smol = { version = "0.1.1", path = "viz-smol" } +viz-smol = { version = "0.1.2", path = "viz-smol" } anyhow = "1.0" async-trait = "0.1" diff --git a/viz-smol/Cargo.toml b/viz-smol/Cargo.toml index 56e1ce05..cffd37b2 100644 --- a/viz-smol/Cargo.toml +++ b/viz-smol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "viz-smol" -version = "0.1.1" +version = "0.1.2" 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 94887deb..dad0130e 100644 --- a/viz-test/Cargo.toml +++ b/viz-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "viz-test" -version = "0.2.0" +version = "0.2.1" edition.workspace = true license.workspace = true authors.workspace = true diff --git a/viz-tower/Cargo.toml b/viz-tower/Cargo.toml index 2440efcb..4f016362 100644 --- a/viz-tower/Cargo.toml +++ b/viz-tower/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "viz-tower" -version = "0.1.0" +version = "0.1.1" documentation = "https://docs.rs/viz-tower" description = "An adapter for tower service" readme = "README.md"