Skip to content

Commit 47402b6

Browse files
committed
bump to vex-sdk 0.27.0
1 parent 41c5612 commit 47402b6

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

library/Cargo.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,8 @@ dependencies = [
394394
[[package]]
395395
name = "vex-sdk"
396396
version = "0.27.0"
397-
source = "git+https://github.com/vexide/vex-sdk.git#67771319f730557693b2aa1e84c7ecd4831efb13"
397+
source = "registry+https://github.com/rust-lang/crates.io-index"
398+
checksum = "89f74fce61d7a7ba1589da9634c6305a72befb7cc9150c1f872d87d8060f32b9"
398399
dependencies = [
399400
"rustc-std-workspace-core",
400401
]

library/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,3 @@ rustflags = ["-Cpanic=abort"]
5959
rustc-std-workspace-core = { path = 'rustc-std-workspace-core' }
6060
rustc-std-workspace-alloc = { path = 'rustc-std-workspace-alloc' }
6161
rustc-std-workspace-std = { path = 'rustc-std-workspace-std' }
62-
63-
vex-sdk = { git = "https://github.com/vexide/vex-sdk.git" }

library/std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ r-efi = { version = "5.2.0", features = ['rustc-dep-of-std'] }
9090
r-efi-alloc = { version = "2.0.0", features = ['rustc-dep-of-std'] }
9191

9292
[target.'cfg(target_os = "vexos")'.dependencies]
93-
vex-sdk = { git = "https://github.com/vexide/vex-sdk.git", features = [
93+
vex-sdk = { version = "0.27.0", features = [
9494
'rustc-dep-of-std',
9595
], default-features = false }
9696

0 commit comments

Comments
 (0)