icedland / iced

Blazing fast and correct x86/x64 disassembler, assembler, decoder, encoder for Rust, .NET, Java, Python, Lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bump minimum supported Rust version (MSRV) from 1.54.0 to 1.57.0

wtfsck opened this issue · comments

1.57.0 is 9 months old, shouldn't be a problem.

  • 1.56: Switch to 2021 Edition and fix any clippy warnings
  • 1.57: static_assert can be removed and replaced with assert!() in a const context