Skip to content

Commit eea4090

Browse files
committed
bump: v0.7.0
1 parent ce30aa5 commit eea4090

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ members = [
3535
]
3636

3737
[workspace.package]
38-
version = "0.6.0"
38+
version = "0.7.0"
3939
authors = ["Fangdun Tsai <[email protected]>"]
4040
edition = "2021"
4141
homepage = "https://viz.rs"
@@ -45,10 +45,10 @@ license = "MIT"
4545
rust-version = "1.63" # follows `tokio` and `hyper`
4646

4747
[workspace.dependencies]
48-
viz = { version = "0.6.0", path = "viz" }
49-
viz-core = { version = "0.6.0", path = "viz-core" }
50-
viz-router = { version = "0.6.0", path = "viz-router" }
51-
viz-handlers = { version = "0.6.0", path = "viz-handlers", default-features = false }
48+
viz = { version = "0.7.0", path = "viz" }
49+
viz-core = { version = "0.7.0", path = "viz-core" }
50+
viz-router = { version = "0.7.0", path = "viz-router" }
51+
viz-handlers = { version = "0.7.0", path = "viz-handlers", default-features = false }
5252
viz-macros = { version = "0.2.0", path = "viz-macros" }
5353
viz-test = { version = "0.2.0", path = "viz-test" }
5454

0 commit comments

Comments
 (0)