[][src]Module debt64::version_info

3.0.1 (August 14th, 2019)

Changes

Fixed declaration of Result type, which prevented 3.0.0 from being published to https://crates.io. You can read old changes from 2.0.0 to 3.0.0 below:

Changes from 2.0.0 to 3.0.0

  • Added new structs: Error, ReadOnlyError.
  • Now supports #![no_std].
  • Added new optional feature std. If you need some components from std crate, you can use that feature. For example, you can converted ReadOnlyError into std::io::Error.
  • Updated documentation.

Breaking Changes

Dependencies

No dependencies.

Development dependencies

No dependencies.

Build dependencies

No dependencies.