Skip to content

Commit fb4a30f

Browse files
committed
Upgrade to Rust 2021 edition
1 parent 41cd775 commit fb4a30f

File tree

43 files changed

+45
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+45
-45
lines changed

.rustfmt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
newline_style = "Unix"
2-
edition = "2018"
2+
edition = "2021"
33
imports_granularity = "Crate"
44
format_code_in_doc_comments = true
55
normalize_comments = true

01_wait_forever/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "mingo"
33
version = "0.1.0"
44
authors = ["Andre Richter <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66

77
[profile.release]
88
lto = true

02_runtime_init/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "mingo"
33
version = "0.2.0"
44
authors = ["Andre Richter <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66

77
[profile.release]
88
lto = true

02_runtime_init/README.md

Lines changed: 1 addition & 1 deletion

03_hacky_hello_world/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "mingo"
33
version = "0.3.0"
44
authors = ["Andre Richter <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66

77
[profile.release]
88
lto = true

03_hacky_hello_world/README.md

Lines changed: 1 addition & 1 deletion

04_safe_globals/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "mingo"
33
version = "0.4.0"
44
authors = ["Andre Richter <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66

77
[profile.release]
88
lto = true

04_safe_globals/README.md

Lines changed: 1 addition & 1 deletion

05_drivers_gpio_uart/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "mingo"
33
version = "0.5.0"
44
authors = ["Andre Richter <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66

77
[profile.release]
88
lto = true

05_drivers_gpio_uart/README.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)