Skip to content

Commit 5850b19

Browse files
committed
bump: v0.8.1
1 parent 95566dd commit 5850b19

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

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

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

5151
[workspace.dependencies]
52-
viz = { version = "0.8.0", path = "viz" }
53-
viz-core = { version = "0.8.0", path = "viz-core" }
54-
viz-router = { version = "0.8.0", path = "viz-router" }
55-
viz-handlers = { version = "0.8.0", path = "viz-handlers", default-features = false }
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 }
5656
viz-macros = { version = "0.2.0", path = "viz-macros" }
5757
viz-test = { version = "0.2.0", path = "viz-test" }
5858
viz-tower = { version = "0.1.0", path = "viz-tower" }
@@ -83,7 +83,7 @@ http = "1"
8383
http-body = "1"
8484
http-body-util = "0.1"
8585
hyper = { version = "1.1", features = ["server"] }
86-
hyper-util = { version = "0.1.2", features = ["server-auto", "tokio"] }
86+
hyper-util = { version = "0.1.3", features = ["server-auto", "tokio"] }
8787
mime = "0.3"
8888
mime_guess = "2.0"
8989
percent-encoding = "2.3"

0 commit comments

Comments
 (0)