Skip to content
Snippets Groups Projects
Commit 0db6f021 authored by Federico Lolli's avatar Federico Lolli
Browse files

Updated mavlink dependencies with fixed revision shasum

parent 7f87809c
Branches
No related tags found
1 merge request!23Draft: Rust implementation
......@@ -6,17 +6,21 @@ edition = "2021"
rust-version = "1.76.0"
license = "MIT"
[build-dependencies.mavlink-bindgen]
[dependencies.mavlink-core]
git = "https://github.com/mavlink/rust-mavlink.git"
rev = "ad39b2847e84ec2ec17fa5c1b551b8db05f28243"
[dependencies]
mavlink-core = { git = "https://github.com/mavlink/rust-mavlink.git" }
num-traits = { version = "0.2.18", default-features = false }
num-derive = "0.4.2"
bitflags = "2.4.2"
serde = { version = "1.0.197", optional = true }
serde_arrays = { version = "0.1.0", optional = true }
[build-dependencies.mavlink-bindgen]
git = "https://github.com/mavlink/rust-mavlink.git"
rev = "ad39b2847e84ec2ec17fa5c1b551b8db05f28243"
[features]
default = ["lyra"]
lyra = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment