From feaa7b7bbf744332eb5fa315571a5763a7ef951d Mon Sep 17 00:00:00 2001 From: Fangdun Tsai Date: Fri, 15 Dec 2023 07:04:04 +0800 Subject: [PATCH] bump: viz-test v0.2.0 --- Cargo.toml | 2 +- viz-test/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7d11b4ec..3fb9505f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/viz-test/Cargo.toml b/viz-test/Cargo.toml index 05e8b342..9b87517c 100644 --- a/viz-test/Cargo.toml +++ b/viz-test/Cargo.toml @@ -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