Skip to content

Commit 6c499fa

Browse files
committed
Remove minor version from dependencies
1 parent 51d4ad0 commit 6c499fa

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ repository = "https://github.com/thomasarmel/boolean_function"
1212
exclude = [".github/*", "examples"]
1313

1414
[dependencies]
15-
num-traits = "0.2.19"
16-
num-integer = "0.1.46"
17-
num-bigint = "0.4.6"
18-
thiserror = "1.0.64"
19-
itertools = "0.13.0"
20-
fast-boolean-anf-transform = "0.0.2"
15+
num-traits = "0.2"
16+
num-integer = "0.1"
17+
num-bigint = "0.4"
18+
thiserror = "1.0"
19+
itertools = "0.13"
20+
fast-boolean-anf-transform = "0.0.3"
2121
gen-combinations = "0.1.0"
22-
enum_dispatch = "0.3.13"
23-
ouroboros = "0.18.4"
22+
enum_dispatch = "0.3"
23+
ouroboros = "0.18"
2424

2525
[dev-dependencies]
26-
rayon = "1.10.0"
26+
rayon = "1.10"
2727

2828
[features]
2929
unsafe_disable_safety_checks = []

0 commit comments

Comments
 (0)