Skip to content

Commit ab9e4c3

Browse files
committed
update branches to 0.4.2
1 parent b54e7ea commit ab9e4c3

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Cargo.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,12 @@ homepage = "https://github.com/lumol-org/soa-derive"
1414
documentation = "https://docs.rs/soa_derive/"
1515

1616
[workspace]
17-
members = [
18-
"soa-derive-internal",
19-
"example",
20-
]
17+
members = ["soa-derive-internal", "example"]
2118

2219
[dependencies]
23-
soa_derive_internal = {path = "soa-derive-internal", version = "0.14"}
20+
soa_derive_internal = { path = "soa-derive-internal", version = "0.14" }
2421
permutation = "0.4.0"
25-
branches = { version = "0.4.0", default-features = false }
22+
branches = { version = "0.4.2", default-features = false }
2623

2724
[dev-dependencies]
2825
bencher = "0.1"

0 commit comments

Comments
 (0)