aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorHiroaki Yutani <[email protected]>2025-05-06 12:11:03 +0900
committerHiroaki Yutani <[email protected]>2025-05-06 12:11:03 +0900
commit103cda49912af6cc524324d28f57e91c05da6741 (patch)
treef59bf5c5674d8d0be2726970185188977157b8ba /examples
parent0460a924ac06a7dd33b4e50396948ba9bcb5374e (diff)
Add a temporary tweak
Diffstat (limited to 'examples')
-rw-r--r--examples/rp/Cargo.toml3
-rw-r--r--examples/rp235x/Cargo.toml3
2 files changed, 6 insertions, 0 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml
index 45ca30e4c..97b14a327 100644
--- a/examples/rp/Cargo.toml
+++ b/examples/rp/Cargo.toml
@@ -67,3 +67,6 @@ opt-level = 'z'
67debug = 2 67debug = 2
68lto = true 68lto = true
69opt-level = "z" 69opt-level = "z"
70
71[patch.crates-io]
72cortex-m-rt = { git = "https://github.com/yutannihilation/cortex-m", branch = "fix/allow-unsafe-wrap-rust2024" }
diff --git a/examples/rp235x/Cargo.toml b/examples/rp235x/Cargo.toml
index 345a915af..99091ee90 100644
--- a/examples/rp235x/Cargo.toml
+++ b/examples/rp235x/Cargo.toml
@@ -64,3 +64,6 @@ debug = 2
64[profile.dev] 64[profile.dev]
65lto = true 65lto = true
66opt-level = "z" 66opt-level = "z"
67
68[patch.crates-io]
69cortex-m-rt = { git = "https://github.com/yutannihilation/cortex-m", branch = "fix/allow-unsafe-wrap-rust2024" }