Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Jan 11, 2021
1 parent f556068 commit 987e626
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions bytecheck/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bytecheck"
version = "0.2.1"
version = "0.3.0"
authors = ["David Koloski <[email protected]>"]
edition = "2018"
description = "Derive macro for bytecheck"
Expand All @@ -14,11 +14,11 @@ 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.2.1", path = "../bytecheck_derive" }
bytecheck_derive = { version = "=0.3.0", path = "../bytecheck_derive" }
memoffset = "0.6"

[dev-dependencies]
bytecheck_derive = { version = "0.2.1", path = "../bytecheck_derive" }
bytecheck_derive = { version = "0.3.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.2.1"
version = "0.3.0"
authors = ["David Koloski <[email protected]>"]
edition = "2018"
description = "Derive macro for bytecheck"
Expand Down
4 changes: 2 additions & 2 deletions bytecheck_test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bytecheck_test"
version = "0.2.0"
version = "0.3.0"
authors = ["David Koloski <[email protected]>"]
edition = "2018"
description = "Test suite for bytecheck crates"
Expand All @@ -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.2.1", path = "../bytecheck" }
bytecheck = { version = "0.3.0", path = "../bytecheck" }

[features]
default = []
Expand Down

0 comments on commit 987e626

Please sign in to comment.