Skip to content

Commit

Permalink
Merge pull request #1 from hashmismatch/upgrade
Browse files Browse the repository at this point in the history
packed struct upgrade, version bump
  • Loading branch information
rudib authored Feb 13, 2018
2 parents 7d44744 + eeff1ca commit 6ae507d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
name = "multiwii_serial_protocol"
description = "A Multiwii Serial Protocol (MSP) implementation for Rust"
repository = "https://github.com/hashmismatch/multiwii_serial_protocol.rs"
version = "0.1.0"
version = "0.1.1"
authors = ["Rudi Benkovic <[email protected]>"]
license = "MIT OR Apache-2.0"
readme = "README.md"

[dependencies]
packed_struct = "^0.1.0"
packed_struct_codegen = "^0.1.0"
packed_struct = "0.2"
packed_struct_codegen = "0.2"
serde = "1.0"
serde_derive = "1.0"

Expand Down

0 comments on commit 6ae507d

Please sign in to comment.