Skip to content

Commit

Permalink
bump: v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Oct 3, 2024
1 parent 0e61158 commit 8d756b4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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.8"
version = "0.9.0"
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.8", path = "viz" }
viz-core = { version = "0.8.8", path = "viz-core" }
viz-router = { version = "0.8.8", path = "viz-router" }
viz-handlers = { version = "0.8.8", path = "viz-handlers", default-features = false }
viz = { version = "0.9.0", path = "viz" }
viz-core = { version = "0.9.0", path = "viz-core" }
viz-router = { version = "0.9.0", path = "viz-router" }
viz-handlers = { version = "0.9.0", path = "viz-handlers", default-features = false }
viz-macros = { version = "0.2.0", path = "viz-macros" }
viz-test = { version = "0.2.6", path = "viz-test" }
viz-tower = { version = "0.1.8", path = "viz-tower" }
viz-test = { version = "0.3.0", path = "viz-test" }
viz-tower = { version = "0.2.0", path = "viz-tower" }

viz-smol = { version = "0.1.9", path = "viz-smol" }
viz-smol = { version = "0.2.0", 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.9"
version = "0.2.0"
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.6"
version = "0.3.0"
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.8"
version = "0.2.0"
documentation = "https://docs.rs/viz-tower"
description = "An adapter for tower service"
readme = "README.md"
Expand Down

0 comments on commit 8d756b4

Please sign in to comment.