Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed May 22, 2024
1 parent f45ba67 commit 425e789
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.16.0"
version = "0.16.1"
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.16.0"
version = "0.16.1"
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.16.0", default-features = false }
c-scape = { path = "../c-scape", version = "0.16.1", default-features = false }
errno = { version = "0.3.3", default-features = false, optional = true }
tz-rs = { version = "0.6.11", default-features = false, optional = true }
rustix = { version = "0.38.31", default-features = false, optional = true, features = ["fs", "itoa", "net", "param", "process", "procfs", "rand", "termios", "thread", "time"] }
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.16.0"
version = "0.16.1"
authors = [
"Dan Gohman <dev@sunfishcode.online>",
]
Expand Down

0 comments on commit 425e789

Please sign in to comment.