From c52d983e3a5f6533bc852e735d42ee83089fc5d0 Mon Sep 17 00:00:00 2001 From: doinkythederp Date: Sun, 17 Nov 2024 22:01:11 -0800 Subject: [PATCH] fix: lock vexide version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8d8ed73..7c11fd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,6 @@ lto = true vex-sdk = "0.23.0" [workspace.dependencies.vexide] -git = "https://github.com/vexide/vexide.git" +version = "0.5.0-rc.2" default-features = false features = ["core", "devices", "panic"]