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 51d4ad0 commit 6c499faCopy full SHA for 6c499fa
Cargo.toml
@@ -12,18 +12,18 @@ repository = "https://github.com/thomasarmel/boolean_function"
12
exclude = [".github/*", "examples"]
13
14
[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"
+num-traits = "0.2"
+num-integer = "0.1"
+num-bigint = "0.4"
+thiserror = "1.0"
+itertools = "0.13"
+fast-boolean-anf-transform = "0.0.3"
21
gen-combinations = "0.1.0"
22
-enum_dispatch = "0.3.13"
23
-ouroboros = "0.18.4"
+enum_dispatch = "0.3"
+ouroboros = "0.18"
24
25
[dev-dependencies]
26
-rayon = "1.10.0"
+rayon = "1.10"
27
28
[features]
29
unsafe_disable_safety_checks = []
0 commit comments