From: Chris Morgan Date: Tue, 25 Jan 2022 10:24:48 +0000 (+1100) Subject: no_std support X-Git-Tag: 1.0.0-beta.1~7 X-Git-Url: https://git.chrismorgan.info/anymap/commitdiff_plain/0a1c85f8655a71b995d228ed0c9496f732268c5b?hp=0a1c85f8655a71b995d228ed0c9496f732268c5b no_std support I’m quite pleased with how this has turned out. Given the stability-despite-instability of hashbrown (that the API surface we’re depending on hasn’t changed since 0.1.1), and the deliberate altered SemVer guarantees for it, it was very tempting to leave the hashbrown range open, `version = ">=0.1.1"` or at least `version = ">=0.1.1, <1"`, but for some reason or other I ended up deciding not to. I’m still of two minds about it, really. ---