Skip to content

Commit d8de432

Browse files
hudson-ayerslschuermann
authored andcommitted
Update to Rust 2021 edition
This commit updates us to use the Rust 2021 edition. I ran cargo fix --edition with the appropriate additional target flags etc. for several boards (Imix, OT, hail) and no changes were needed anywhere.
1 parent e2f2702 commit d8de432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/tock-register-interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
keywords = ["tock", "embedded", "registers", "mmio", "bare-metal"]
1010
categories = ["data-structures", "embedded", "no-std"]
1111
license = "MIT/Apache-2.0"
12-
edition = "2018"
12+
edition = "2021"
1313

1414
[badges]
1515
travis-ci = { repository = "tock/tock", branch = "master" }

0 commit comments

Comments
 (0)