Skip to content

Commit

Permalink
bump: v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Dec 2, 2023
1 parent 0a0a7f7 commit 07630cc
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-rc.2"
version = "0.5.0"
authors = ["Fangdun Tsai <cfddream@gmail.com>"]
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-rc.2", path = "viz" }
viz-core = { version = "0.5.0-rc.2", path = "viz-core" }
viz-router = { version = "0.5.0-rc.2", path = "viz-router" }
viz-handlers = { version = "0.5.0-rc.2", path = "viz-handlers", default-features = false }
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-macros = { version = "0.1", path = "viz-macros" }
viz-test = { version = "0.1", path = "viz-test" }

Expand Down

0 comments on commit 07630cc

Please sign in to comment.