Skip to content

Commit 046fa79

Browse files
committed
bump: v0.8.2
1 parent 1058205 commit 046fa79

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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.1"
42+
version = "0.8.2"
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.1", path = "viz" }
53-
viz-core = { version = "0.8.1", path = "viz-core" }
54-
viz-router = { version = "0.8.1", path = "viz-router" }
55-
viz-handlers = { version = "0.8.1", path = "viz-handlers", default-features = false }
52+
viz = { version = "0.8.2", path = "viz" }
53+
viz-core = { version = "0.8.2", path = "viz-core" }
54+
viz-router = { version = "0.8.2", path = "viz-router" }
55+
viz-handlers = { version = "0.8.2", path = "viz-handlers", default-features = false }
5656
viz-macros = { version = "0.2.0", path = "viz-macros" }
57-
viz-test = { version = "0.2.1", path = "viz-test" }
58-
viz-tower = { version = "0.1.1", path = "viz-tower" }
57+
viz-test = { version = "0.2.2", path = "viz-test" }
58+
viz-tower = { version = "0.1.2", path = "viz-tower" }
5959

60-
viz-smol = { version = "0.1.2", path = "viz-smol" }
60+
viz-smol = { version = "0.1.3", path = "viz-smol" }
6161

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

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.1"
3+
version = "0.2.2"
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.1"
3+
version = "0.1.2"
44
documentation = "https://docs.rs/viz-tower"
55
description = "An adapter for tower service"
66
readme = "README.md"

0 commit comments

Comments
 (0)