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 2036023 commit 8ac9b83Copy full SHA for 8ac9b83
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "boolean_function"
3
description = "Mathematical analysis of Boolean functions"
4
-version = "0.1.1"
+version = "0.1.2"
5
edition = "2021"
6
rust-version = "1.56.0"
7
authors = ["Thomas Prévost"]
@@ -16,15 +16,15 @@ num-traits = "0.2"
16
num-integer = "0.1"
17
num-bigint = "0.4"
18
thiserror = "2.0"
19
-itertools = "0.13"
+itertools = "0.14"
20
fast-boolean-anf-transform = "0.0.3"
21
gen-combinations = "0.1"
22
enum_dispatch = "0.3"
23
ouroboros = "0.18"
24
hackfn = "0.1"
25
26
[dev-dependencies]
27
-rayon = "1.10"
+rayon = "1.11"
28
29
[features]
30
unsafe_disable_safety_checks = []
0 commit comments