Skip to content

Commit 1653b40

Browse files
Merge pull request #87 from ethangreen-dev/v0.6.0
Update to v0.6.0
2 parents 554817c + b0a8247 commit 1653b40

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/lovely-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lovely-core"
3-
version = "0.5.0-beta7"
3+
version = "0.6.0"
44
edition = "2021"
55

66
[dependencies]

crates/lovely-mac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "lovely"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
lovely-core = { version ="0.5.0-beta7", path = "../lovely-core" }
11+
lovely-core = { version ="0.6.0", path = "../lovely-core" }
1212

1313
libc = "0.2.153"
1414
once_cell = "1.19.0"

crates/lovely-win/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "version"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
lovely-core = { version ="0.5.0-beta7", path = "../lovely-core" }
11+
lovely-core = { version ="0.6.0", path = "../lovely-core" }
1212

1313
itertools = "0.13.0"
1414
libc = "0.2.141"

0 commit comments

Comments
 (0)