Skip to content

Commit 6ae507d

Browse files
authored
Merge pull request #1 from hashmismatch/upgrade
packed struct upgrade, version bump
2 parents 7d44744 + eeff1ca commit 6ae507d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
name = "multiwii_serial_protocol"
33
description = "A Multiwii Serial Protocol (MSP) implementation for Rust"
44
repository = "https://github.com/hashmismatch/multiwii_serial_protocol.rs"
5-
version = "0.1.0"
5+
version = "0.1.1"
66
authors = ["Rudi Benkovic <[email protected]>"]
77
license = "MIT OR Apache-2.0"
88
readme = "README.md"
99

1010
[dependencies]
11-
packed_struct = "^0.1.0"
12-
packed_struct_codegen = "^0.1.0"
11+
packed_struct = "0.2"
12+
packed_struct_codegen = "0.2"
1313
serde = "1.0"
1414
serde_derive = "1.0"
1515

0 commit comments

Comments
 (0)