Skip to content

Commit

Permalink
Merge pull request #119 from ethangreen-dev/v0.7.0
Browse files Browse the repository at this point in the history
chore: bump crate versions to 0.7.0
  • Loading branch information
ethangreen-dev authored Jan 19, 2025
2 parents 6eefbb4 + c0dbef4 commit f9e673a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 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.6.0"
version = "0.7.0"
edition = "2021"

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

[dependencies]
lovely-core = { version ="0.6.0", path = "../lovely-core" }
lovely-core = { version ="0.7.0", path = "../lovely-core" }

once_cell = "1.19.0"
ctor = "0.2.7"

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.6.0", path = "../lovely-core" }
lovely-core = { version ="0.7.0", path = "../lovely-core" }

itertools = "0.13.0"
libc = "0.2.141"
Expand Down

0 comments on commit f9e673a

Please sign in to comment.