Skip to content

Commit

Permalink
mavlink: Cargo: Update version to 0.13.0
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 Mar 4, 2024
1 parent 09411e9 commit ce5ebec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mavlink-core/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mavlink-core"
version = "0.12.2"
version = "0.13.0"
authors = ["Todd Stellanova", "Michal Podhradsky", "Kevin Mehall", "Tim Ryan", "Patrick José Pereira", "Ibiyemi Abiodun"]
description = "Implements the MAVLink data interchange format for UAVs."
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion mavlink/Cargo.toml
@@ -1,7 +1,7 @@

[package]
name = "mavlink"
version = "0.12.2"
version = "0.13.0"
authors = ["Todd Stellanova", "Michal Podhradsky", "Kevin Mehall", "Tim Ryan", "Patrick José Pereira", "Ibiyemi Abiodun"]
build = "build/main.rs"
description = "Implements the MAVLink data interchange format for UAVs."
Expand Down

0 comments on commit ce5ebec

Please sign in to comment.