Skip to content

Commit f5a79e5

Browse files
committed
chore: Release
1 parent d3851cf commit f5a79e5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "c-ward"
3-
version = "0.15.39"
3+
version = "0.15.40"
44
authors = [
55
"Dan Gohman <dev@sunfishcode.online>",
66
]

c-gull/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "c-gull"
3-
version = "0.15.39"
3+
version = "0.15.40"
44
authors = [
55
"Dan Gohman <dev@sunfishcode.online>",
66
]
@@ -15,7 +15,7 @@ keywords = ["linux", "libc"]
1515
# We use the libc crate for C ABI types and constants, but we don't depend on
1616
# the actual platform libc.
1717
libc = { version = "0.2.138", default-features = false }
18-
c-scape = { path = "../c-scape", version = "0.15.39", default-features = false }
18+
c-scape = { path = "../c-scape", version = "0.15.40", default-features = false }
1919
errno = { version = "0.3.3", default-features = false, optional = true }
2020
tz-rs = { version = "0.6.11", default-features = false, optional = true }
2121
rustix = { version = "0.38.23", default-features = false, optional = true, features = ["fs", "itoa", "net", "param", "process", "procfs", "rand", "termios", "thread", "time"] }

c-scape/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "c-scape"
3-
version = "0.15.39"
3+
version = "0.15.40"
44
authors = [
55
"Dan Gohman <dev@sunfishcode.online>",
66
]

0 commit comments

Comments
 (0)