Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Nov 27, 2024
1 parent 9843903 commit a3fc31c
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.20.2"
version = "0.20.3"
authors = [
"Dan Gohman <[email protected]>",
]
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.20.2"
version = "0.20.3"
authors = [
"Dan Gohman <[email protected]>",
]
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.155", default-features = false }
c-scape = { path = "../c-scape", version = "0.20.2", default-features = false }
c-scape = { path = "../c-scape", version = "0.20.3", default-features = false }
errno = { version = "0.3.3", default-features = false, optional = true }
tz-rs = { version = "0.7.0", 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.20.2"
version = "0.20.3"
authors = [
"Dan Gohman <[email protected]>",
]
Expand Down

0 comments on commit a3fc31c

Please sign in to comment.