Skip to content

Commit

Permalink
bump: viz v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Feb 21, 2024
1 parent a41021d commit 110adfd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ members = [
]

[workspace.package]
version = "0.8.2"
version = "0.8.3"
authors = ["Fangdun Tsai <[email protected]>"]
edition = "2021"
homepage = "https://viz.rs"
Expand All @@ -49,15 +49,15 @@ license = "MIT"
rust-version = "1.75"

[workspace.dependencies]
viz = { version = "0.8.2", path = "viz" }
viz-core = { version = "0.8.2", path = "viz-core" }
viz-router = { version = "0.8.2", path = "viz-router" }
viz-handlers = { version = "0.8.2", path = "viz-handlers", default-features = false }
viz = { version = "0.8.3", path = "viz" }
viz-core = { version = "0.8.3", path = "viz-core" }
viz-router = { version = "0.8.3", path = "viz-router" }
viz-handlers = { version = "0.8.3", path = "viz-handlers", default-features = false }
viz-macros = { version = "0.2.0", path = "viz-macros" }
viz-test = { version = "0.2.2", path = "viz-test" }
viz-tower = { version = "0.1.2", path = "viz-tower" }
viz-test = { version = "0.2.3", path = "viz-test" }
viz-tower = { version = "0.1.3", path = "viz-tower" }

viz-smol = { version = "0.1.3", path = "viz-smol" }
viz-smol = { version = "0.1.4", path = "viz-smol" }

anyhow = "1.0"
async-trait = "0.1"
Expand All @@ -82,7 +82,7 @@ headers = "0.4"
http = "1"
http-body = "1"
http-body-util = "0.1"
hyper = { version = "1.1", features = ["server"] }
hyper = { version = "1.2", features = ["server"] }
hyper-util = { version = "0.1.3", features = ["server-auto", "tokio"] }
mime = "0.3"
mime_guess = "2.0"
Expand Down
2 changes: 1 addition & 1 deletion viz-smol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "viz-smol"
version = "0.1.3"
version = "0.1.4"
documentation = "https://docs.rs/viz-smol"
description = "An adapter for smol runtime"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion viz-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "viz-test"
version = "0.2.2"
version = "0.2.3"
edition.workspace = true
license.workspace = true
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion viz-tower/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "viz-tower"
version = "0.1.2"
version = "0.1.3"
documentation = "https://docs.rs/viz-tower"
description = "An adapter for tower service"
readme = "README.md"
Expand Down

0 comments on commit 110adfd

Please sign in to comment.