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 4879129 commit c393b6bCopy full SHA for c393b6b
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "soa_derive"
3
-version = "0.8.0"
+version = "0.8.1"
4
edition = "2018"
5
authors = ["Guillaume Fraux <guillaume.fraux@chimie-paristech.fr>"]
6
license = "MIT/Apache-2.0"
@@ -19,7 +19,7 @@ members = [
19
]
20
21
[dependencies]
22
-soa_derive_internal = {path = "soa-derive-internal", version = "0.8"}
+soa_derive_internal = {path = "soa-derive-internal", version = "0.9"}
23
24
[dev-dependencies]
25
bencher = "0.1"
soa-derive-internal/Cargo.toml
name = "soa_derive_internal"
+version = "0.9.0"
0 commit comments