From ca6756477f7594559111d45cc531a49e808ceaf6 Mon Sep 17 00:00:00 2001 From: Fangdun Tsai Date: Tue, 28 May 2024 11:36:31 +0800 Subject: [PATCH] v0.8.5 (#140) * 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 --- Cargo.toml | 16 ++++++++-------- viz-smol/Cargo.toml | 2 +- viz-tower/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 78e9edab..c247aa42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ members = [ ] [workspace.package] -version = "0.8.4" +version = "0.8.5" authors = ["Fangdun Tsai "] edition = "2021" homepage = "https://viz.rs" @@ -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" diff --git a/viz-smol/Cargo.toml b/viz-smol/Cargo.toml index 5b24efc4..41d4efb3 100644 --- a/viz-smol/Cargo.toml +++ b/viz-smol/Cargo.toml @@ -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" diff --git a/viz-tower/Cargo.toml b/viz-tower/Cargo.toml index dbcc22db..e5485861 100644 --- a/viz-tower/Cargo.toml +++ b/viz-tower/Cargo.toml @@ -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"