Skip to content

Commit

Permalink
fix(cargo): viz version
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Dec 3, 2023
1 parent 24f224f commit 7fc08df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ license = "MIT"
rust-version = "1.63" # follows `tokio` and `hyper`

[workspace.dependencies]
viz = { version = "0.5.0-rc.2", path = "viz" }
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 }
Expand Down
4 changes: 0 additions & 4 deletions viz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
alt="Discord"></a>
</div>

> **Note**: viz's [main](https://github.com/viz-rs/viz) branch is
> currently preparing breaking changes. For the most recently *released* code,
> look to the [0.4.x branch](https://github.com/viz-rs/viz/tree/0.4.x).
## Features

- **Safety** `#![forbid(unsafe_code)]`
Expand Down

0 comments on commit 7fc08df

Please sign in to comment.