Skip to content

Commit 628eb14

Browse files
authored
Merge pull request #181 from DeterminateSystems/update-rust-deps
Update cargo deps
2 parents add1db7 + 4fad27d commit 628eb14

8 files changed

Lines changed: 1209 additions & 1067 deletions

File tree

.cargo/config.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
[build]
2-
rustflags = [
3-
"-Clink-arg=-fuse-ld=lld",
4-
"-Crelocation-model=static",
5-
]
6-
71
[target.aarch64-unknown-linux-musl]
82
rustflags = [
93
"-Clink-arg=-fuse-ld=lld",
104
"-Crelocation-model=static",
115
"-Clink-arg=-lgcc",
126
]
7+
8+
[target.x86_64-unknown-linux-musl]
9+
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Crelocation-model=static"]

0 commit comments

Comments
 (0)