Skip to content

Commit f6c3686

Browse files
committed
Remove embassy-imxrt rev lock
Turns out, it is a really bad idea to force your client to lock to the same version of a dependency.
1 parent e7dc1c7 commit f6c3686

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

espi-service/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ embassy-time = { git = "https://github.com/embassy-rs/embassy" }
1313
embassy-sync = { git = "https://github.com/embassy-rs/embassy" }
1414
defmt = { version = "0.3", optional = true }
1515
log = { version = "0.4.14", optional = true }
16-
embassy-imxrt = { git = "https://github.com/OpenDevicePartnership/embassy-imxrt", rev = "35d430666574379ef2186c25172ca848ae19d11b", features = [
16+
embassy-imxrt = { git = "https://github.com/OpenDevicePartnership/embassy-imxrt", features = [
1717
"defmt",
1818
"time-driver",
1919
"time",

examples/rt633/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cortex-m-rt = "0.7.3"
1313
defmt = "0.3.6"
1414
defmt-rtt = "0.4.0"
1515
panic-probe = { version = "0.3.1", features = ["print-defmt"] }
16-
embassy-imxrt = { git = "https://github.com/OpenDevicePartnership/embassy-imxrt", rev = "35d430666574379ef2186c25172ca848ae19d11b", features = [
16+
embassy-imxrt = { git = "https://github.com/OpenDevicePartnership/embassy-imxrt", features = [
1717
"defmt",
1818
"time-driver",
1919
"time",

examples/rt685s-evk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cortex-m-rt = "0.7.3"
1313
defmt = "0.3.6"
1414
defmt-rtt = "0.4.0"
1515
panic-probe = { version = "0.3.1", features = ["print-defmt"] }
16-
embassy-imxrt = { git = "https://github.com/OpenDevicePartnership/embassy-imxrt", rev = "35d430666574379ef2186c25172ca848ae19d11b", features = [
16+
embassy-imxrt = { git = "https://github.com/OpenDevicePartnership/embassy-imxrt", features = [
1717
"defmt",
1818
"time-driver",
1919
"time",

0 commit comments

Comments
 (0)