From f358ac716818663259b60fc1864c81cd3e438ee6 Mon Sep 17 00:00:00 2001 From: Arnaud Taffanel Date: Tue, 4 Jun 2024 15:51:44 +0200 Subject: [PATCH] Update crazyflie-link version to 0.2.2 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4812bd1..ec30a49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Arnaud Taffanel "] edition = "2018" description = "Crazyflie quadcopter control lib" readme = "README.md" -repository = "https://github.com/ataffanel/crazyflie-lib-rs" +repository = "https://github.com/bitcraze/crazyflie-lib-rs" license = "MIT OR Apache-2.0" keywords = ["crazyflie", "quadcopter", "drone"] categories = ["hardware-support"] @@ -14,7 +14,7 @@ exclude = [ ] [dependencies] -crazyflie-link = { version="0.2.1", default-features = false } +crazyflie-link = { version="0.2.2", default-features = false } async_executors = { version="0.4.2", features=["timer"] } futures-util = "0.3" futures = "0.3"