Skip to content

Commit 0c35573

Browse files
committed
bump to vex-sdk 0.27.0
1 parent 14cce89 commit 0c35573

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
@@ -393,7 +393,8 @@ dependencies = [
393393
[[package]]
394394
name = "vex-sdk"
395395
version = "0.27.0"
396-
source = "git+https://github.com/vexide/vex-sdk.git#67771319f730557693b2aa1e84c7ecd4831efb13"
396+
source = "registry+https://github.com/rust-lang/crates.io-index"
397+
checksum = "89f74fce61d7a7ba1589da9634c6305a72befb7cc9150c1f872d87d8060f32b9"
397398
dependencies = [
398399
"rustc-std-workspace-core",
399400
]

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
@@ -85,7 +85,7 @@ r-efi = { version = "5.2.0", features = ['rustc-dep-of-std'] }
8585
r-efi-alloc = { version = "2.0.0", features = ['rustc-dep-of-std'] }
8686

8787
[target.'cfg(target_os = "vexos")'.dependencies]
88-
vex-sdk = { git = "https://github.com/vexide/vex-sdk.git", features = [
88+
vex-sdk = { version = "0.27.0", features = [
8989
'rustc-dep-of-std',
9090
], default-features = false }
9191

0 commit comments

Comments
 (0)