Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 45 deletions.
84 changes: 42 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ members = [
exclude = ["examples/mobile_demo", "examples/openid_connect_demo"]

[workspace.package]
version = "0.5.0"
version = "0.5.1"

# dependencies that are shared across packages
[workspace.dependencies]
Expand Down Expand Up @@ -141,7 +141,7 @@ opt-level = 3
# It is not meant to be published, but is used so "cargo run --example XYZ" works properly
[package]
name = "dioxus-examples"
version = "0.5.0-alpha.1"
version = "0.5.1"
authors = ["Jonathan Kelley"]
edition = "2021"
description = "Top level crate for the Dioxus repository"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dioxus-cli"
version = "0.5.4"
version = "0.5.1"
# version = { workspace = true }
authors = ["Jonathan Kelley"]
edition = "2021"
Expand Down

0 comments on commit 9c5e5f9

Please sign in to comment.