1 parent 4aea429 commit 4a2df8cCopy full SHA for 4a2df8c
1 file changed
rust/Cargo.toml
@@ -14,9 +14,9 @@ extension-module = ["pyo3/extension-module"]
14
[dependencies]
15
pyo3 = { version = "0.26" }
16
pyo3-async-runtimes = { version = "0.26", features = ["tokio-runtime"] }
17
-crazyflie-lib = { git = "https://github.com/bitcraze/crazyflie-lib-rs.git" }
18
-crazyflie-link = "0.4.3"
19
-crazyradio = "0.6.0"
+crazyflie-lib = { git = "https://github.com/bitcraze/crazyflie-lib-rs.git", rev = "0a5e7cb03297277a782fd9c8f508336607ae9891" }
+crazyflie-link = "0.5.0"
+crazyradio = "0.7.0"
20
tokio = { version = "1.48", features = ["full"] }
21
futures = "0.3.31"
22
pyo3-stub-gen-derive = "0.17.0"
0 commit comments