~ruther/avr-device

6a9771e12cadbcdab7b5fe4967b2224535fff31a — Michael Büsch 2 years ago 7006f32
Cargo.toml: Update edition to 2021

We have recently (#104) dropped support for compilers that don't support
edition 2021. Make this explicit by enforcing edition 2021 in
Cargo.toml.
1 files changed, 1 insertions(+), 1 deletions(-)

M Cargo.toml
M Cargo.toml => Cargo.toml +1 -1
@@ 3,7 3,7 @@ name = "avr-device"
version = "0.3.4"

authors = ["Rahix <rahix@rahix.de>"]
edition = "2018"
edition = "2021"
description = "Register access crate for AVR microcontrollers"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Rahix/avr-device"

Do not follow this link