Skip to content

Commit c12531b

Browse files
committed
bump vex-sdk to 0.26.0
This release of `vex-sdk` notably removes any (previously misguided) usage of `#[no_mangle]` which would be unsuitable to have in `libstd`.
1 parent d5f5f1d commit c12531b

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
@@ -86,7 +86,7 @@ r-efi = { version = "4.5.0", features = ['rustc-dep-of-std'] }
8686
r-efi-alloc = { version = "1.0.0", features = ['rustc-dep-of-std'] }
8787

8888
[target.'cfg(target_os = "vexos")'.dependencies]
89-
vex-sdk = { version = "0.23.0", features = ['rustc-dep-of-std'] }
89+
vex-sdk = { version = "0.26.0", features = ['rustc-dep-of-std'] }
9090

9191
[features]
9292
backtrace = [

0 commit comments

Comments
 (0)