File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -213,11 +213,12 @@ jobs:
213213 matrix :
214214 commit : ${{ fromJSON(needs.commit_list.outputs.commits) }}
215215 workdir : [ "embedded-service", "power-button-service"]
216- msrv : ["1.79 "] # We're relying on namespaced-features, which
216+ msrv : ["1.83 "] # We're relying on namespaced-features, which
217217 # was released in 1.60
218218 #
219219 # We also depend on `fixed' which requires rust
220220 # 1.79
221+ # Embassy requires 1.83
221222 name : ubuntu / ${{ matrix.msrv }}
222223 steps :
223224 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = "2021"
55license = " MIT"
66description = " Embedded Service Layer for IPC, Feature Customization and Extension in Embedded Devices."
77repository = " https://github.com/pop-project/embedded-services"
8- rust-version = " 1.79 "
8+ rust-version = " 1.83 "
99
1010[dependencies ]
1111embassy-sync = { git = " https://github.com/embassy-rs/embassy" }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = "2021"
55license = " MIT"
66description = " Power button service built upon embedded service"
77repository = " https://github.com/pop-project/embedded-services"
8- rust-version = " 1.79 "
8+ rust-version = " 1.83 "
99
1010[dependencies ]
1111defmt = { version = " 0.3" , optional = true }
You can’t perform that action at this time.
0 commit comments