Skip to content

Commit 5e331f6

Browse files
authored
Merge pull request #82 from hashmismatch/release_0_6_1
Release 0.6.1
2 parents c3467d8 + ecc8d35 commit 5e331f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packed_struct/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "packed_struct"
33
description = "Binary-level structure packing and unpacking generator"
44
repository = "https://github.com/hashmismatch/packed_struct.rs"
55
homepage = "http://www.hashmismatch.net/libraries/packed-struct/"
6-
version = "0.6.0"
6+
version = "0.6.1"
77
authors = ["Rudi Benkovic <[email protected]>"]
88
build = "build.rs"
99
license = "MIT OR Apache-2.0"
@@ -13,7 +13,7 @@ readme = "../README.md"
1313
edition = "2018"
1414

1515
[dependencies]
16-
packed_struct_codegen = { path = "../packed_struct_codegen/", version = "0.6.0" }
16+
packed_struct_codegen = { path = "../packed_struct_codegen/", version = "0.6.1" }
1717
serde = { version = "1.0", optional = true, default-features = false }
1818
serde_derive = { version = "1.0", optional = true }
1919

packed_struct_codegen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "packed_struct_codegen"
33
description = "This crate implements the code generation for the packed_struct library."
44
repository = "https://github.com/hashmismatch/packed_struct.rs"
5-
version = "0.6.0"
5+
version = "0.6.1"
66
license = "MIT OR Apache-2.0"
77
authors = ["Rudi Benkovic <[email protected]>"]
88
edition = "2018"

0 commit comments

Comments
 (0)