We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vex-sdk
1 parent 8239a82 commit 0b7aa15Copy full SHA for 0b7aa15
library/std/Cargo.toml
@@ -86,7 +86,7 @@ r-efi = { version = "4.5.0", features = ['rustc-dep-of-std'] }
86
r-efi-alloc = { version = "1.0.0", features = ['rustc-dep-of-std'] }
87
88
[target.'cfg(target_os = "vexos")'.dependencies]
89
-vex-sdk = { version = "0.23.0", features = ['rustc-dep-of-std'] }
+vex-sdk = { version = "0.26.0", features = ['rustc-dep-of-std'] }
90
91
[features]
92
backtrace = [
0 commit comments