Skip to content

Commit 097d792

Browse files
max-niedermanTropix126
authored andcommitted
bump vex-sdk version and allow vex-sdk to be a stdlib dep
1 parent 84dcb23 commit 097d792

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

library/Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,9 +404,9 @@ dependencies = [
404404

405405
[[package]]
406406
name = "vex-sdk"
407-
version = "0.21.0"
407+
version = "0.22.0"
408408
source = "registry+https://github.com/rust-lang/crates.io-index"
409-
checksum = "79ec210898aed247c0fb1ae4834b4648669050ae8275423a1ce5cc3d6f07649a"
409+
checksum = "40b1777b4e4a60f9fed09417dafdc4a6a3393a67df1bd02c3b589770d906cff3"
410410
dependencies = [
411411
"compiler_builtins",
412412
"rustc-std-workspace-core",

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.21.0", features = ['rustc-dep-of-std'] }
89+
vex-sdk = { version = "0.22.0", features = ['rustc-dep-of-std'] }
9090

9191
[features]
9292
backtrace = [

src/tools/tidy/src/deps.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
488488
"shlex",
489489
"unicode-width",
490490
"unwinding",
491+
"vex-sdk",
491492
"wasi",
492493
"windows-sys",
493494
"windows-targets",

0 commit comments

Comments
 (0)