Skip to content

Commit

Permalink
Merge branch 'emit-extensions-fix' of https://github.com/pv42/rust-ma…
Browse files Browse the repository at this point in the history
…vlink into emit-extensions-fix
  • Loading branch information
pv42 committed Aug 22, 2024
2 parents 043f4fd + 0fb0e2e commit c8e42c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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-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
3 changes: 2 additions & 1 deletion 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 @@ -21,6 +21,7 @@ rust-version = "1.65.0"
[build-dependencies]
mavlink-bindgen = { path = "../mavlink-bindgen", default-features = false }


[[example]]
name = "mavlink-dump"
path = "examples/mavlink-dump/src/main.rs"
Expand Down

0 comments on commit c8e42c3

Please sign in to comment.