Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Oct 2, 2023
1 parent 86384fa commit 34bd364
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "c-ward"
version = "0.15.6"
version = "0.15.7"
authors = [
"Dan Gohman <dev@sunfishcode.online>",
]
Expand Down
4 changes: 2 additions & 2 deletions c-gull/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "c-gull"
version = "0.15.6"
version = "0.15.7"
authors = [
"Dan Gohman <dev@sunfishcode.online>",
]
Expand All @@ -15,7 +15,7 @@ keywords = ["linux", "libc"]
# We use the libc crate for C ABI types and constants, but we don't depend on
# the actual platform libc.
libc = { version = "0.2.138", default-features = false }
c-scape = { path = "../c-scape", version = "0.15.6", default-features = false }
c-scape = { path = "../c-scape", version = "0.15.7", default-features = false }
errno = { version = "0.3.3", default-features = false, optional = true }
tz-rs = { version = "0.6.11", default-features = false, optional = true }
printf-compat = { version = "0.1.1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion c-scape/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "c-scape"
version = "0.15.6"
version = "0.15.7"
authors = [
"Dan Gohman <dev@sunfishcode.online>",
]
Expand Down

0 comments on commit 34bd364

Please sign in to comment.