File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "espi-service"
33version = " 0.1.0"
44edition = " 2021"
55description = " eSPI embedded service implementation"
6- repository = " https://github.com/pop-project /embedded-services"
6+ repository = " https://github.com/OpenDevicePartnership /embedded-services"
77rust-version = " 1.83"
88license = " MIT"
99
@@ -13,7 +13,7 @@ embassy-time = { git = "https://github.com/embassy-rs/embassy" }
1313embassy-sync = { git = " https://github.com/embassy-rs/embassy" }
1414defmt = { version = " 0.3" , optional = true }
1515log = { version = " 0.4.14" , optional = true }
16- embassy-imxrt = { git = " https://github.com/pop-project /embassy-imxrt" , features = [
16+ embassy-imxrt = { git = " https://github.com/OpenDevicePartnership /embassy-imxrt" , features = [
1717 " defmt" ,
1818 " time-driver" ,
1919 " time" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ cortex-m-rt = "0.7.3"
1313defmt = " 0.3.6"
1414defmt-rtt = " 0.4.0"
1515panic-probe = { version = " 0.3.1" , features = [" print-defmt" ] }
16- embassy-imxrt = { version = " 0.1.0" , git = " https://github.com/pop-project /embassy-imxrt" , features = [
16+ embassy-imxrt = { version = " 0.1.0" , git = " https://github.com/OpenDevicePartnership /embassy-imxrt" , features = [
1717 " defmt" ,
1818 " time-driver" ,
1919 " time" ,
You can’t perform that action at this time.
0 commit comments