Skip to content

Commit

Permalink
bump: v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Jan 12, 2024
1 parent 3392b2d commit 8207392
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 @@ -39,7 +39,7 @@ members = [
]

[workspace.package]
version = "0.7.1"
version = "0.8.0"
authors = ["Fangdun Tsai <[email protected]>"]
edition = "2021"
homepage = "https://viz.rs"
Expand All @@ -49,10 +49,10 @@ license = "MIT"
rust-version = "1.75"

[workspace.dependencies]
viz = { version = "0.7.1", path = "viz" }
viz-core = { version = "0.7.1", path = "viz-core" }
viz-router = { version = "0.7.1", path = "viz-router" }
viz-handlers = { version = "0.7.1", path = "viz-handlers", default-features = false }
viz = { version = "0.8.0", path = "viz" }
viz-core = { version = "0.8.0", path = "viz-core" }
viz-router = { version = "0.8.0", path = "viz-router" }
viz-handlers = { version = "0.8.0", path = "viz-handlers", default-features = false }
viz-macros = { version = "0.2.0", path = "viz-macros" }
viz-test = { version = "0.2.0", path = "viz-test" }
viz-tower = { version = "0.1.0", path = "viz-tower" }
Expand Down

0 comments on commit 8207392

Please sign in to comment.