Skip to content

Commit

Permalink
Cargo.toml: Update edition to 2021
Browse files Browse the repository at this point in the history
We have recently (#104) dropped support for compilers that don't support
edition 2021. Make this explicit by enforcing edition 2021 in
Cargo.toml.
  • Loading branch information
mbuesch authored Sep 8, 2022
1 parent 7006f32 commit 6a9771e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "avr-device"
version = "0.3.4"

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

0 comments on commit 6a9771e

Please sign in to comment.