Skip to content

Commit

Permalink
Remove last patch as is released
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfFan committed Jan 26, 2024
1 parent 236ab89 commit c2f1dc7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ critical-section = "1.1.1"
portable-atomic = { version = "1.5", default-features = false }
portable_atomic_enum = { version = "0.3.0", features = ["portable-atomic"] }
log = "0.4.20"
embedded-svc = { version = "0.26.4", default-features = false, features = [] }
embedded-svc = { version = "0.27.0", default-features = false, features = [] }
enumset = { version = "1.1.3", default-features = false }
linked_list_allocator = { version = "0.10.5", default-features = false, features = [
"const_mut_refs",
Expand Down Expand Up @@ -70,6 +70,3 @@ futures-util = { version = "0.3.28", default-features = false, features = [
atomic-waker = { version = "1.1.2", default-features = false, features = [
"portable-atomic",
] } # need this to activate portable-atomic on AtomicWaker used by embedded-svc even though we don't use it

[patch.crates-io]
embedded-svc = { git = "https://github.com/esp-rs/embedded-svc", rev = "fb0483e4b3c2bfcada053e8eed8e2e0bde415487", package = "embedded-svc" }

0 comments on commit c2f1dc7

Please sign in to comment.