```diff diff volatile-register-0.2.0/Cargo.toml volatile-register-0.2.1/Cargo.toml 0a1,12 > # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO > # > # When uploading crates to the registry Cargo will automatically > # "normalize" Cargo.toml files for maximal compatibility > # with all versions of Cargo and also rewrite `path` dependencies > # to registry (e.g., crates.io) dependencies > # > # If you believe there's an error in this file please file an > # issue against the rust-lang/cargo repository. If you're > # editing this file be aware that the upstream Cargo.toml > # will likely look very different (and much more reasonable) > 2,5c14,16 < authors = [ < "Jorge Aparicio ", < "Jonathan 'theJPster' Pallant " < ] --- > name = "volatile-register" > version = "0.2.1" > authors = ["Jorge Aparicio ", "Jonathan 'theJPster' Pallant "] 10d20 < name = "volatile-register" 12,15c22,25 < version = "0.2.0" < < [dependencies] < vcell = "0.1.0" --- > [package.metadata.docs.rs] > targets = ["x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-pc-windows-msvc", "i686-unknown-linux-gnu", "i686-pc-windows-msvc", "thumbv8m.main-none-eabihf", "thumbv6m-none-eabi", "thumbv7em-none-eabi", "thumbv7em-none-eabihf", "thumbv7m-none-eabi", "thumbv8m.base-none-eabi", "thumbv8m.main-none-eabi"] > [dependencies.vcell] > version = "0.1.0" Only in volatile-register-0.2.1: Cargo.toml.orig Only in volatile-register-0.2.1: .cargo_vcs_info.json diff volatile-register-0.2.0/CHANGELOG.md volatile-register-0.2.1/CHANGELOG.md 9a10,15 > ## [v0.2.1] - 2021-08-14 > > ### Added > > - Added more docs.rs targets > 43c49,50 < [Unreleased]: https://github.com/japaric/volatile-register/compare/v0.2.0...HEAD --- > [Unreleased]: https://github.com/japaric/volatile-register/compare/v0.2.1...HEAD > [v0.2.1]: https://github.com/japaric/volatile-register/compare/v0.2.0...v0.2.1 Common subdirectories: volatile-register-0.2.0/ci and volatile-register-0.2.1/ci Common subdirectories: volatile-register-0.2.0/src and volatile-register-0.2.1/src