Skip to content

Commit 7aa81a6

Browse files
authored
Merge pull request #17 from AeroRust/fix-anafi4k-flying
Fix Anafi4k flying
2 parents 65fd12a + 6634798 commit 7aa81a6

File tree

15 files changed

+866
-265
lines changed

15 files changed

+866
-265
lines changed

Cargo.lock

Lines changed: 140 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ members = [
33
"arsdk-rs",
44
"jumpingsumo-rs",
55
"bebop2",
6-
"anafi-rs",
6+
# "anafi-rs",
77
]

anafi-rs/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ edition = "2018"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88
[dependencies]
9-
anyhow = "1.0"
109
arsdk-rs = { path = "../arsdk-rs" }
1110

1211
[dev-dependencies]
1312
# Used for examples
1413
env_logger = "0.7"
1514
log = "0.4"
16-
tokio = {version = "0.2", features = ["rt-threaded", "macros", "time"]}
15+
tokio = {version = "0.2.22", features = ["rt-threaded", "macros", "time"]}

arsdk-rs/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ license = "MIT/Apache-2.0"
88
keywords = ["drone", "parrot"]
99

1010
[dependencies]
11-
anyhow = "1.0"
1211
thiserror = "1.0"
1312
pnet = "0.25"
1413
serde = {version = "1.0", features = ["derive"]}

0 commit comments

Comments
 (0)