Skip to content

Commit a3510d9

Browse files
committed
bump: v0.8.6
1 parent 0b94119 commit a3510d9

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
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.5"
42+
version = "0.8.6"
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.5", path = "viz" }
53-
viz-core = { version = "0.8.5", path = "viz-core" }
54-
viz-router = { version = "0.8.5", path = "viz-router" }
55-
viz-handlers = { version = "0.8.5", path = "viz-handlers", default-features = false }
52+
viz = { version = "0.8.6", path = "viz" }
53+
viz-core = { version = "0.8.6", path = "viz-core" }
54+
viz-router = { version = "0.8.6", path = "viz-router" }
55+
viz-handlers = { version = "0.8.6", path = "viz-handlers", default-features = false }
5656
viz-macros = { version = "0.2.0", path = "viz-macros" }
57-
viz-test = { version = "0.2.5", path = "viz-test" }
58-
viz-tower = { version = "0.1.5", path = "viz-tower" }
57+
viz-test = { version = "0.2.4", path = "viz-test" }
58+
viz-tower = { version = "0.1.6", path = "viz-tower" }
5959

60-
viz-smol = { version = "0.1.6", path = "viz-smol" }
60+
viz-smol = { version = "0.1.7", path = "viz-smol" }
6161

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

examples/session/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ viz = { workspace = true, features = ["session"] }
1010
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
1111

1212
sessions = { workspace = true, features = ["memory"] }
13-
nano-id = "0.3"
13+
nano-id = "0.4"

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.6"
3+
version = "0.1.7"
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
@@ -26,7 +26,7 @@ hyper.workspace = true
2626
mime.workspace = true
2727
serde.workspace = true
2828
sessions = { workspace = true, features = ["memory"] }
29-
nano-id = "0.3"
29+
nano-id = "0.4"
3030

3131
reqwest = { version = "0.12", features = ["cookies", "json", "multipart"]}
3232
tokio = { workspace = true, features = ["full"] }

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

0 commit comments

Comments
 (0)