Skip to content

Commit

Permalink
bump: viz-test v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Dec 14, 2023
1 parent 0c7a90e commit feaa7b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ viz-core = { version = "0.6.0", path = "viz-core" }
viz-router = { version = "0.6.0", path = "viz-router" }
viz-handlers = { version = "0.6.0", path = "viz-handlers", default-features = false }
viz-macros = { version = "0.2.0", path = "viz-macros" }
viz-test = { version = "0.1.0", path = "viz-test" }
viz-test = { version = "0.2.0", path = "viz-test" }

async-trait = "0.1"
dyn-clone = "1.0"
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.1.0"
version = "0.2.0"
edition.workspace = true
license.workspace = true
authors.workspace = true
Expand Down

0 comments on commit feaa7b7

Please sign in to comment.