We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8448c9f commit d343650Copy full SHA for d343650
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "soa_derive"
3
-version = "0.6.2"
+version = "0.7.0"
4
authors = ["Guillaume Fraux <guillaume.fraux@chimie-paristech.fr>"]
5
license = "MIT/Apache-2.0"
6
readme = "README.md"
@@ -18,7 +18,7 @@ members = [
18
]
19
20
[dependencies]
21
-soa_derive_internal = {path = "soa-derive-internal", version = "0.5"}
+soa_derive_internal = {path = "soa-derive-internal", version = "0.6"}
22
23
[dev-dependencies]
24
bencher = "0.1"
soa-derive-internal/Cargo.toml
name = "soa_derive_internal"
-version = "0.5.2"
+version = "0.6.0"
readme = "../README.md"
0 commit comments