Skip to content

Commit

Permalink
Update crazyflie-link version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ataffanel committed Jun 4, 2024
1 parent d9e21d2 commit f358ac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Arnaud Taffanel <[email protected]>"]
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"]
Expand All @@ -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"
Expand Down

0 comments on commit f358ac7

Please sign in to comment.