superset_map

B-tree-backed map whose keys are distinct supersets.
git clone https://git.philomathiclife.com/repos/superset_map
Log | Files | Refs | README

commit ab2141258ed6694b1197bac5416743cb47c74af5
parent 0958d0fc632ed6514d4067f04f2f07830c3c53e0
Author: Zack Newman <zack@philomathiclife.com>
Date:   Mon, 23 Jun 2025 10:53:44 -0600

update zfc

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

diff --git a/Cargo.toml b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" name = "superset_map" readme = "README.md" repository = "https://git.philomathiclife.com/repos/superset_map/" -version = "0.3.2" +version = "0.3.3" [lints.rust] ambiguous_negative_literals = { level = "deny", priority = -1 } @@ -76,4 +76,4 @@ semicolon_outside_block = "allow" single_char_lifetime_names = "allow" [dependencies] -zfc = { version = "0.4.2", default-features = false } +zfc = { version = "0.4.3", default-features = false }