Skip to content

Commit aec360b

Browse files
Merge pull request #250 from ethangreen-dev/v0.8.0
v0.8.0
2 parents bcab79b + 93fd853 commit aec360b

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.7.1"
3+
version = "0.8.0"
44
edition = "2021"
55

66
[dependencies]

crates/lovely-unix/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.7.1", path = "../lovely-core" }
11+
lovely-core = { version ="0.8.0", path = "../lovely-core" }
1212

1313
libloading = "0.8.6"
1414
ctor = "0.2.7"

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.7.1", path = "../lovely-core" }
11+
lovely-core = { version ="0.8.0", path = "../lovely-core" }
1212

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

0 commit comments

Comments
 (0)