We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54e7ea commit ab9e4c3Copy full SHA for ab9e4c3
Cargo.toml
@@ -14,15 +14,12 @@ homepage = "https://github.com/lumol-org/soa-derive"
14
documentation = "https://docs.rs/soa_derive/"
15
16
[workspace]
17
-members = [
18
- "soa-derive-internal",
19
- "example",
20
-]
+members = ["soa-derive-internal", "example"]
21
22
[dependencies]
23
-soa_derive_internal = {path = "soa-derive-internal", version = "0.14"}
+soa_derive_internal = { path = "soa-derive-internal", version = "0.14" }
24
permutation = "0.4.0"
25
-branches = { version = "0.4.0", default-features = false }
+branches = { version = "0.4.2", default-features = false }
26
27
[dev-dependencies]
28
bencher = "0.1"
0 commit comments