Skip to content

Commit

Permalink
Merge pull request #50 from ethangreen-dev/v0.5.0-beta6
Browse files Browse the repository at this point in the history
Update to v0.5.0-beta6
  • Loading branch information
ethangreen-dev authored Jun 25, 2024
2 parents 918e807 + 65a2930 commit e54eb89
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/lovely-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lovely-core"
version = "0.5.0-beta5"
version = "0.5.0-beta6"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/lovely-mac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "lovely"
crate-type = ["cdylib"]

[dependencies]
lovely-core = { version ="0.5.0-beta2", path = "../lovely-core" }
lovely-core = { version ="0.5.0-beta6", path = "../lovely-core" }

libc = "0.2.153"
once_cell = "1.19.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/lovely-win/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "version"
crate-type = ["cdylib"]

[dependencies]
lovely-core = { version ="0.5.0-beta2", path = "../lovely-core" }
lovely-core = { version ="0.5.0-beta6", path = "../lovely-core" }

libc = "0.2.141"
once_cell = "1.19.0"
Expand Down

0 comments on commit e54eb89

Please sign in to comment.