Skip to content

Commit 8d756b4

Browse files
committed
bump: v0.9.0
1 parent 0e61158 commit 8d756b4

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

Cargo.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ members = [
3939
]
4040

4141
[workspace.package]
42-
version = "0.8.8"
42+
version = "0.9.0"
4343
authors = ["Fangdun Tsai <[email protected]>"]
4444
edition = "2021"
4545
homepage = "https://viz.rs"
@@ -49,15 +49,15 @@ license = "MIT"
4949
rust-version = "1.75"
5050

5151
[workspace.dependencies]
52-
viz = { version = "0.8.8", path = "viz" }
53-
viz-core = { version = "0.8.8", path = "viz-core" }
54-
viz-router = { version = "0.8.8", path = "viz-router" }
55-
viz-handlers = { version = "0.8.8", path = "viz-handlers", default-features = false }
52+
viz = { version = "0.9.0", path = "viz" }
53+
viz-core = { version = "0.9.0", path = "viz-core" }
54+
viz-router = { version = "0.9.0", path = "viz-router" }
55+
viz-handlers = { version = "0.9.0", path = "viz-handlers", default-features = false }
5656
viz-macros = { version = "0.2.0", path = "viz-macros" }
57-
viz-test = { version = "0.2.6", path = "viz-test" }
58-
viz-tower = { version = "0.1.8", path = "viz-tower" }
57+
viz-test = { version = "0.3.0", path = "viz-test" }
58+
viz-tower = { version = "0.2.0", path = "viz-tower" }
5959

60-
viz-smol = { version = "0.1.9", path = "viz-smol" }
60+
viz-smol = { version = "0.2.0", path = "viz-smol" }
6161

6262
anyhow = "1.0"
6363
async-trait = "0.1"

viz-smol/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "viz-smol"
3-
version = "0.1.9"
3+
version = "0.2.0"
44
documentation = "https://docs.rs/viz-smol"
55
description = "An adapter for smol runtime"
66
readme = "README.md"

viz-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "viz-test"
3-
version = "0.2.6"
3+
version = "0.3.0"
44
edition.workspace = true
55
license.workspace = true
66
authors.workspace = true

viz-tower/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "viz-tower"
3-
version = "0.1.8"
3+
version = "0.2.0"
44
documentation = "https://docs.rs/viz-tower"
55
description = "An adapter for tower service"
66
readme = "README.md"

0 commit comments

Comments
 (0)