Skip to content

Commit

Permalink
chore(atsamd-hal-macros): Add MSRV (#798)
Browse files Browse the repository at this point in the history
Suppresses clippy lints for unsupported APIs in the standard library
  • Loading branch information
jbeaurivage authored Dec 5, 2024
1 parent cdf10a9 commit 6e22901
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions atsamd-hal-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
authors = ["Tethys Svensson"]
name = "atsamd-hal-macros"
rust-version = "1.77.2"
version = "0.2.2"
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 6e22901

Please sign in to comment.