pull/88/head
Andre Richter 4 years ago
parent 2c3f705051
commit e8d30392d0
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["Andre Richter <andre.o.richter@gmail.com>"]
edition = "2018"
[profile.release]
lto = true
# The features section is used to select the target board.
[features]
default = []

@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["Andre Richter <andre.o.richter@gmail.com>"]
edition = "2018"
[profile.release]
lto = true
# The features section is used to select the target board.
[features]
default = []

@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["Andre Richter <andre.o.richter@gmail.com>"]
edition = "2018"
[profile.release]
lto = true
# The features section is used to select the target board.
[features]
default = []

@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["Andre Richter <andre.o.richter@gmail.com>"]
edition = "2018"
[profile.release]
lto = true
# The features section is used to select the target board.
[features]
default = []

@ -13,7 +13,7 @@
diff -uNr 03_hacky_hello_world/Cargo.toml 04_zero_overhead_abstraction/Cargo.toml
--- 03_hacky_hello_world/Cargo.toml
+++ 04_zero_overhead_abstraction/Cargo.toml
@@ -15,3 +15,8 @@
@@ -18,3 +18,8 @@
##--------------------------------------------------------------------------------------------------
[dependencies]

@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["Andre Richter <andre.o.richter@gmail.com>"]
edition = "2018"
[profile.release]
lto = true
# The features section is used to select the target board.
[features]
default = []

@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["Andre Richter <andre.o.richter@gmail.com>"]
edition = "2018"
[profile.release]
lto = true
# The features section is used to select the target board.
[features]
default = []

@ -105,7 +105,7 @@ Miniterm 1.0
diff -uNr 05_safe_globals/Cargo.toml 06_drivers_gpio_uart/Cargo.toml
--- 05_safe_globals/Cargo.toml
+++ 06_drivers_gpio_uart/Cargo.toml
@@ -7,8 +7,8 @@
@@ -10,8 +10,8 @@
# The features section is used to select the target board.
[features]
default = []
@ -116,7 +116,7 @@ diff -uNr 05_safe_globals/Cargo.toml 06_drivers_gpio_uart/Cargo.toml
##--------------------------------------------------------------------------------------------------
## Dependencies
@@ -16,6 +16,9 @@
@@ -19,6 +19,9 @@
[dependencies]

@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["Andre Richter <andre.o.richter@gmail.com>"]
edition = "2018"
[profile.release]
lto = true
# The features section is used to select the target board.
[features]
default = []

@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["Andre Richter <andre.o.richter@gmail.com>"]
edition = "2018"
[profile.release]
lto = true
# The features section is used to select the target board.
[features]
default = []

@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["Andre Richter <andre.o.richter@gmail.com>"]
edition = "2018"
[profile.release]
lto = true
# The features section is used to select the target board.
[features]
default = []

@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["Andre Richter <andre.o.richter@gmail.com>"]
edition = "2018"
[profile.release]
lto = true
# The features section is used to select the target board.
[features]
default = []

@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["Andre Richter <andre.o.richter@gmail.com>"]
edition = "2018"
[profile.release]
lto = true
# The features section is used to select the target board.
[features]
default = []

@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["Andre Richter <andre.o.richter@gmail.com>"]
edition = "2018"
[profile.release]
lto = true
# The features section is used to select the target board.
[features]
default = []

@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["Andre Richter <andre.o.richter@gmail.com>"]
edition = "2018"
[profile.release]
lto = true
# The features section is used to select the target board.
[features]
default = []

@ -797,7 +797,7 @@ diff -uNr 12_exceptions_part1_groundwork/.cargo/config.toml 13_integrated_testin
diff -uNr 12_exceptions_part1_groundwork/Cargo.toml 13_integrated_testing/Cargo.toml
--- 12_exceptions_part1_groundwork/Cargo.toml
+++ 13_integrated_testing/Cargo.toml
@@ -15,11 +15,38 @@
@@ -18,11 +18,38 @@
##--------------------------------------------------------------------------------------------------
[dependencies]

@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["Andre Richter <andre.o.richter@gmail.com>"]
edition = "2018"
[profile.release]
lto = true
# The features section is used to select the target board.
[features]
default = []

@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["Andre Richter <andre.o.richter@gmail.com>"]
edition = "2018"
[profile.release]
lto = true
# The features section is used to select the target board.
[features]
default = []

@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["Andre Richter <andre.o.richter@gmail.com>"]
edition = "2018"
[profile.release]
lto = true
# The features section is used to select the target board.
[features]
default = []

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save