Skip to content

Releases: aldanor/fixed-macro

1.2.0

16 Oct 22:54
2cc4460
Compare
Choose a tag to compare
  • Add support for no_std.
  • MSRV is now 1.61, same as in fixed crate itself.

1.1.1

21 Oct 09:41
Compare
Choose a tag to compare
  • Macros in fixed_macro::types should now work if the user doesn't have fixed-macro-impl as an explicit dependency.
  • fixed!() (and macros in fixed_macro::types) should now work if the user doesn't have fixed as an explicit dependency.

1.1.0

19 Oct 16:31
Compare
Choose a tag to compare
  • Fixed paste!-related issue preventing the crate to compile on 1.45.0.
  • Updated MSRV to Rust 1.45.0, added CI tests to ensure that MSRV remains valid.

1.0.0

18 Oct 21:04
Compare
Choose a tag to compare

Initial release.