aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroaki Yutani <[email protected]>2025-05-07 23:00:39 +0900
committerHiroaki Yutani <[email protected]>2025-05-07 23:00:39 +0900
commitf5ddb9358f841d1a1e3a996eb30d7d9fd5d44d38 (patch)
tree5e1db036d6411137907070aa33835e0fe98c44e5
parent9d9ae7c5d5bf3371a7bec2fa69a9c27415277fc0 (diff)
Remove tweak
-rw-r--r--examples/rp/Cargo.toml3
-rw-r--r--examples/rp235x/Cargo.toml3
2 files changed, 0 insertions, 6 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml
index 97b14a327..45ca30e4c 100644
--- a/examples/rp/Cargo.toml
+++ b/examples/rp/Cargo.toml
@@ -67,6 +67,3 @@ 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 99091ee90..345a915af 100644
--- a/examples/rp235x/Cargo.toml
+++ b/examples/rp235x/Cargo.toml
@@ -64,6 +64,3 @@ 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" }