Skip to content

Commit

Permalink
Release 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Feb 19, 2021
1 parent 73fe522 commit 501e042
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions bytecheck/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bytecheck"
version = "0.3.0"
version = "0.4.0"
authors = ["David Koloski <[email protected]>"]
edition = "2018"
description = "Derive macro for bytecheck"
Expand All @@ -14,12 +14,12 @@ readme = "crates-io.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bytecheck_derive = { version = "=0.3.0", path = "../bytecheck_derive" }
bytecheck_derive = { version = "=0.4.0", path = "../bytecheck_derive" }
memoffset = "0.6"
ptr_meta = "0.1"
ptr_meta = "0.1.1"

[dev-dependencies]
bytecheck_derive = { version = "0.3.0", path = "../bytecheck_derive" }
bytecheck_derive = { version = "0.4.0", path = "../bytecheck_derive" }

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion bytecheck_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bytecheck_derive"
version = "0.3.0"
version = "0.4.0"
authors = ["David Koloski <[email protected]>"]
edition = "2018"
description = "Derive macro for bytecheck"
Expand Down
2 changes: 1 addition & 1 deletion bytecheck_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/djkoloski/bytecheck"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dev-dependencies]
bytecheck = { version = "0.3.0", path = "../bytecheck" }
bytecheck = { version = "0.4.0", path = "../bytecheck" }

[features]
default = []
Expand Down

0 comments on commit 501e042

Please sign in to comment.