zfc

Library for sets according to ZFC.
git clone https://git.philomathiclife.com/repos/zfc
Log | Files | Refs | README

commit d56f64be249c7b3bf583c6c5ec4f47ae6d6d496a
parent 5c76f15daf69e91eb6a51dae7a0d70ac5731f351
Author: Zack Newman <zack@philomathiclife.com>
Date:   Mon, 23 Jun 2025 10:51:17 -0600

msrv

Diffstat:
MCargo.toml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -9,8 +9,8 @@ license = "MIT OR Apache-2.0" name = "zfc" readme = "README.md" repository = "https://git.philomathiclife.com/repos/zfc/" -rust-version = "1.85.0" -version = "0.4.2" +rust-version = "1.86.0" +version = "0.4.3" [lints.rust] ambiguous_negative_literals = { level = "deny", priority = -1 }