This was mostly an issue of changing the way Trait objects were implemented now that you are supposed to use the dyn keyword. Also changed some atomic operations to use the new non-deprecated functions.
This was mostly an issue of changing the way Trait objects were implemented now that you are supposed to use the dyn keyword. Also changed some atomic operations to use the new non-deprecated functions.