Skip to content

Commit

Permalink
mavlink: Update to 0.13.2
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Aug 10, 2024
1 parent c93fd57 commit 326114f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion mavlink-bindgen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mavlink-bindgen"
version = "0.13.1"
version = "0.13.2"
edition = "2021"
license = "MIT/Apache-2.0"
description = "Library used by rust-mavlink."
Expand Down
2 changes: 1 addition & 1 deletion mavlink-bindgen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The output dir will contain a `mod.rs` file with each dialect in its own file lo
Add to your Cargo.toml:

```toml
mavlink-bindgen = "0.13.1"
mavlink-bindgen = "0.13.2"
```

Add a `build/main.rs` or `build.rs` to your project if it does not already exist. Then add the following to the `main` function to generate the code:
Expand Down
2 changes: 1 addition & 1 deletion mavlink-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mavlink-core"
version = "0.13.1"
version = "0.13.2"
authors = [
"Todd Stellanova",
"Michal Podhradsky",
Expand Down
6 changes: 3 additions & 3 deletions mavlink/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[package]
name = "mavlink"
version = "0.13.1"
version = "0.13.2"
authors = [
"Todd Stellanova",
"Michal Podhradsky",
Expand All @@ -19,15 +19,15 @@ edition = "2018"
rust-version = "1.65.0"

[build-dependencies]
mavlink-bindgen = { version = "0.13.1", default-features = false }
mavlink-bindgen = { version = "0.13.2", default-features = false }

[[example]]
name = "mavlink-dump"
path = "examples/mavlink-dump/src/main.rs"
required-features = ["ardupilotmega"]

[dependencies]
mavlink-core = { version = "0.13.1", default-features = false }
mavlink-core = { version = "0.13.2", default-features = false }
num-traits = { workspace = true, default-features = false }
num-derive = { workspace = true }
bitflags = { workspace = true }
Expand Down

0 comments on commit 326114f

Please sign in to comment.