diff options
| -rw-r--r-- | examples/rp/Cargo.toml | 3 | ||||
| -rw-r--r-- | examples/rp235x/Cargo.toml | 3 |
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' | |||
| 67 | debug = 2 | 67 | debug = 2 |
| 68 | lto = true | 68 | lto = true |
| 69 | opt-level = "z" | 69 | opt-level = "z" |
| 70 | |||
| 71 | [patch.crates-io] | ||
| 72 | cortex-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] |
| 65 | lto = true | 65 | lto = true |
| 66 | opt-level = "z" | 66 | opt-level = "z" |
| 67 | |||
| 68 | [patch.crates-io] | ||
| 69 | cortex-m-rt = { git = "https://github.com/yutannihilation/cortex-m", branch = "fix/allow-unsafe-wrap-rust2024" } | ||
