X-Git-Url: https://git.chrismorgan.info/anymap/blobdiff_plain/2d5be08822c6b533ba40835a639ae2f0ca470ad7..0a1c85f8655a71b995d228ed0c9496f732268c5b:/README.md diff --git a/README.md b/README.md index ea53945..59b1d96 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,26 @@ The ``AnyMap`` type is a friendly wrapper around a ``HashMap=0.12, <0.14` when they release 0.13.0), but if an incompatible change occurs, I may drop support for older versions of hashbrown with a bump to the *minor* part of the anymap version number (e.g. 1.1.0, 1.2.0). Iff you’re using this feature, this is cause to *consider* using a tilde requirement like `"~1.0"` (or spell it out as `>=1, <1.1`). + ## Unsafe code in this library This library uses a fair bit of unsafe code for several reasons: