Skip to content

Commit eb2d21b

Browse files
committed
Use the correct Cargo.toml file
Fix a bug.
1 parent 92430c0 commit eb2d21b

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77
[dependencies]
8-
rand = "0.4.6"
8+
rand = "0.3.14"
99
# The following commit breaks cross builds
1010
#zstd = { git = "https://github.com/gyscos/zstd-rs", rev ="f0d8a12f0f520095cf26a0dac35b8d0939277add" }
1111
# The following commit results in a successful build, which reverts the above commit
1212
zstd = { git = "https://github.com/syncom/zstd-rs", rev ="abbc3b6a21c9825243933cbb6778781608db56dc" }
1313
[target.'cfg(unix)'.dependencies]
14-
openssl = { version = "0.10.70", features = ["vendored"] }
14+
openssl = "0.10.66"

nix-cross-rs/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77
[dependencies]
8-
rand = "0.3.14"
8+
rand = "0.4.6"
99
# The following commit breaks cross builds
1010
#zstd = { git = "https://github.com/gyscos/zstd-rs", rev ="f0d8a12f0f520095cf26a0dac35b8d0939277add" }
1111
# The following commit results in a successful build, which reverts the above commit
12-
zstd = { git = "https://github.com/syncom/zstd-rs", rev ="abbc3b6a21c9825243933cbb6778781608db56dc" }
12+
zstd = { git = "https://github.com/syncom/zstd-rs", rev ="abbc3b6a21c9825243933cbb6778781608db56dc" }
13+
openssl = { version = "0.10.70", features = ["vendored"] }

0 commit comments

Comments
 (0)