We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d93e3 commit 93530e4Copy full SHA for 93530e4
library/std/Cargo.toml
@@ -47,7 +47,7 @@ rand_xorshift = "0.3.0"
47
dlmalloc = { git = "ssh://[email protected]/Foundation-Devices/dlmalloc-rs.git", branch = "xous-fixes-arm", features = ["rustc-dep-of-std"] }
48
49
[target.'cfg(keyos)'.dependencies]
50
-xous = { git = "https://github.com/Foundation-Devices/keyOS.git", features = ['rustc-dep-of-std'], default-features = false }
+xous = { git = "https://github.com/Foundation-Devices/keyOS.git", branch = "SFT-3938-system-crash", features = ['rustc-dep-of-std'], default-features = false }
51
52
[target.x86_64-fortanix-unknown-sgx.dependencies]
53
fortanix-sgx-abi = { version = "0.5.0", features = ['rustc-dep-of-std'], public = true }
0 commit comments