Skip to content

Commit 93530e4

Browse files
committed
Update xous branch
1 parent c9d93e3 commit 93530e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ rand_xorshift = "0.3.0"
4747
dlmalloc = { git = "ssh://[email protected]/Foundation-Devices/dlmalloc-rs.git", branch = "xous-fixes-arm", features = ["rustc-dep-of-std"] }
4848

4949
[target.'cfg(keyos)'.dependencies]
50-
xous = { git = "https://github.com/Foundation-Devices/keyOS.git", features = ['rustc-dep-of-std'], default-features = false }
50+
xous = { git = "https://github.com/Foundation-Devices/keyOS.git", branch = "SFT-3938-system-crash", features = ['rustc-dep-of-std'], default-features = false }
5151

5252
[target.x86_64-fortanix-unknown-sgx.dependencies]
5353
fortanix-sgx-abi = { version = "0.5.0", features = ['rustc-dep-of-std'], public = true }

0 commit comments

Comments
 (0)