Skip to content

Commit 42b74eb

Browse files
committed
Switch to now updated crates.io version of sc
The changes in the fork I was using have now been merged and released.
1 parent 261831b commit 42b74eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@ lto = false # enabling LTO breaks objdump and requires other flags to ld
2727
panic = "abort"
2828

2929
[dependencies]
30-
# fork of https://github.com/japaric/syscall.rs (sc 0.2.2) with updated feature flags
31-
sc = {git = "https://github.com/AgustinCB/syscall.rs/"}
30+
sc = "0.2.3"

0 commit comments

Comments
 (0)