mirror of
https://github.com/NLnetLabs/domain.git
synced 2026-09-06 18:07:42 +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.