Skip to content

Commit

Permalink
Remove useless patches in examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirbaio committed Jan 7, 2025
1 parent 9237640 commit d92ed4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions examples/rp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,3 @@ opt-level = 'z'
debug = 2
lto = true
opt-level = "z"

[patch.crates-io]
embassy-executor = { path = "../../embassy-executor" }
embassy-sync = { path = "../../embassy-sync" }
embassy-futures = { path = "../../embassy-futures" }
embassy-time = { path = "../../embassy-time" }
embassy-time-driver = { path = "../../embassy-time-driver" }
embassy-embedded-hal = { path = "../../embassy-embedded-hal" }
8 changes: 0 additions & 8 deletions examples/rp23/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,3 @@ debug = 2
[profile.dev]
lto = true
opt-level = "z"

[patch.crates-io]
embassy-executor = { path = "../../embassy-executor" }
embassy-sync = { path = "../../embassy-sync" }
embassy-futures = { path = "../../embassy-futures" }
embassy-time = { path = "../../embassy-time" }
embassy-time-driver = { path = "../../embassy-time-driver" }
embassy-embedded-hal = { path = "../../embassy-embedded-hal" }

0 comments on commit d92ed4b

Please sign in to comment.