aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32g0
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32g0')
-rw-r--r--examples/stm32g0/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32g0/Cargo.toml b/examples/stm32g0/Cargo.toml
index 16f28500d..a25a01e59 100644
--- a/examples/stm32g0/Cargo.toml
+++ b/examples/stm32g0/Cargo.toml
@@ -24,7 +24,7 @@ panic-probe = { version = "1.0.0", features = ["print-defmt"] }
24heapless = { version = "0.8", default-features = false } 24heapless = { version = "0.8", default-features = false }
25portable-atomic = { version = "1.5", features = ["unsafe-assume-single-core"] } 25portable-atomic = { version = "1.5", features = ["unsafe-assume-single-core"] }
26 26
27embedded-io-async = { version = "0.6.1" } 27embedded-io-async = { version = "0.7.0" }
28 28
29[profile.release] 29[profile.release]
30debug = 2 30debug = 2