Skip to content

Commit

Permalink
bump: v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Dec 3, 2023
1 parent df8deec commit 2a7836e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.5.0"
version = "0.5.1"
authors = ["Fangdun Tsai <[email protected]>"]
edition = "2021"
homepage = "https://viz.rs"
Expand All @@ -44,10 +44,10 @@ license = "MIT"
rust-version = "1.63" # follows `tokio` and `hyper`

[workspace.dependencies]
viz = { version = "0.5.0", path = "viz" }
viz-core = { version = "0.5.0", path = "viz-core" }
viz-router = { version = "0.5.0", path = "viz-router" }
viz-handlers = { version = "0.5.0", path = "viz-handlers", default-features = false }
viz = { version = "0.5.1", path = "viz" }
viz-core = { version = "0.5.1", path = "viz-core" }
viz-router = { version = "0.5.1", path = "viz-router" }
viz-handlers = { version = "0.5.1", path = "viz-handlers", default-features = false }
viz-macros = { version = "0.1", path = "viz-macros" }
viz-test = { version = "0.1", path = "viz-test" }

Expand Down

0 comments on commit 2a7836e

Please sign in to comment.