Skip to content

Commit d343650

Browse files
committed
Update version numbers
1 parent 8448c9f commit d343650

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "soa_derive"
3-
version = "0.6.2"
3+
version = "0.7.0"
44
authors = ["Guillaume Fraux <guillaume.fraux@chimie-paristech.fr>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"
@@ -18,7 +18,7 @@ members = [
1818
]
1919

2020
[dependencies]
21-
soa_derive_internal = {path = "soa-derive-internal", version = "0.5"}
21+
soa_derive_internal = {path = "soa-derive-internal", version = "0.6"}
2222

2323
[dev-dependencies]
2424
bencher = "0.1"

soa-derive-internal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "soa_derive_internal"
3-
version = "0.5.2"
3+
version = "0.6.0"
44
authors = ["Guillaume Fraux <guillaume.fraux@chimie-paristech.fr>"]
55
license = "MIT/Apache-2.0"
66
readme = "../README.md"

0 commit comments

Comments
 (0)