Skip to content

Commit 8ac9b83

Browse files
committed
Bump version 0.1.2
1 parent 2036023 commit 8ac9b83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "boolean_function"
33
description = "Mathematical analysis of Boolean functions"
4-
version = "0.1.1"
4+
version = "0.1.2"
55
edition = "2021"
66
rust-version = "1.56.0"
77
authors = ["Thomas Prévost"]
@@ -16,15 +16,15 @@ num-traits = "0.2"
1616
num-integer = "0.1"
1717
num-bigint = "0.4"
1818
thiserror = "2.0"
19-
itertools = "0.13"
19+
itertools = "0.14"
2020
fast-boolean-anf-transform = "0.0.3"
2121
gen-combinations = "0.1"
2222
enum_dispatch = "0.3"
2323
ouroboros = "0.18"
2424
hackfn = "0.1"
2525

2626
[dev-dependencies]
27-
rayon = "1.10"
27+
rayon = "1.11"
2828

2929
[features]
3030
unsafe_disable_safety_checks = []

0 commit comments

Comments
 (0)