Skip to content

Commit

Permalink
v0.8.5 (#140)
Browse files Browse the repository at this point in the history
* refactor: deps

* fix: native-tls typo

* chore(deps): hyper-util v0.1.4

* fix: otel

* fix: clippy

* fix(ci): nasm on windows

* bump: v0.8.5
  • Loading branch information
fundon authored May 28, 2024
1 parent fab8847 commit ca67564
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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.4"
version = "0.8.5"
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.4", path = "viz" }
viz-core = { version = "0.8.4", path = "viz-core" }
viz-router = { version = "0.8.4", path = "viz-router" }
viz-handlers = { version = "0.8.4", path = "viz-handlers", default-features = false }
viz = { version = "0.8.5", path = "viz" }
viz-core = { version = "0.8.5", path = "viz-core" }
viz-router = { version = "0.8.5", path = "viz-router" }
viz-handlers = { version = "0.8.5", path = "viz-handlers", default-features = false }
viz-macros = { version = "0.2.0", path = "viz-macros" }
viz-test = { version = "0.2.4", path = "viz-test" }
viz-tower = { version = "0.1.4", path = "viz-tower" }
viz-test = { version = "0.2.5", path = "viz-test" }
viz-tower = { version = "0.1.5", path = "viz-tower" }

viz-smol = { version = "0.1.5", path = "viz-smol" }
viz-smol = { version = "0.1.6", path = "viz-smol" }

anyhow = "1.0"
async-trait = "0.1"
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.5"
version = "0.1.6"
documentation = "https://docs.rs/viz-smol"
description = "An adapter for smol runtime"
readme = "README.md"
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.4"
version = "0.1.5"
documentation = "https://docs.rs/viz-tower"
description = "An adapter for tower service"
readme = "README.md"
Expand Down

0 comments on commit ca67564

Please sign in to comment.