-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
06ac745
commit 4f27a7d
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "c-ward" | ||
version = "0.15.42" | ||
version = "0.15.43" | ||
authors = [ | ||
"Dan Gohman <[email protected]>", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "c-gull" | ||
version = "0.15.42" | ||
version = "0.15.43" | ||
authors = [ | ||
"Dan Gohman <[email protected]>", | ||
] | ||
|
@@ -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.42", default-features = false } | ||
c-scape = { path = "../c-scape", version = "0.15.43", 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"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "c-scape" | ||
version = "0.15.42" | ||
version = "0.15.43" | ||
authors = [ | ||
"Dan Gohman <[email protected]>", | ||
] | ||
|