Skip to content

Commit

Permalink
bump: viz-tower v0.1.1, viz-test v0.2.1, viz-smol v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Feb 1, 2024
1 parent 5850b19 commit 9e2746f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion viz-smol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion viz-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion viz-tower/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9e2746f

Please sign in to comment.