We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d44744 + eeff1ca commit 6ae507dCopy full SHA for 6ae507d
Cargo.toml
@@ -2,14 +2,14 @@
2
name = "multiwii_serial_protocol"
3
description = "A Multiwii Serial Protocol (MSP) implementation for Rust"
4
repository = "https://github.com/hashmismatch/multiwii_serial_protocol.rs"
5
-version = "0.1.0"
+version = "0.1.1"
6
authors = ["Rudi Benkovic <[email protected]>"]
7
license = "MIT OR Apache-2.0"
8
readme = "README.md"
9
10
[dependencies]
11
-packed_struct = "^0.1.0"
12
-packed_struct_codegen = "^0.1.0"
+packed_struct = "0.2"
+packed_struct_codegen = "0.2"
13
serde = "1.0"
14
serde_derive = "1.0"
15
0 commit comments