mirror of
https://github.com/NLnetLabs/domain.git
synced 2026-08-31 20:29:48 +02:00
This PR allows `Atomic::fetch_update` to be deprecated. It is being renamed to `Atomic::try_update` but the MSRV of our crate is too low to use the new name.