Skip to content

Commit 76104af

Browse files
authored
Merge pull request #63 from RobertZ2011/183-update
Update crates to rust 1.83
2 parents 598eefd + f9e1bf9 commit 76104af

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

embedded-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "MIT"
66
description = "Embedded Service Layer for IPC, Feature Customization and Extension in Embedded Devices."
77
repository = "https://github.com/pop-project/embedded-services"
8-
rust-version = "1.79"
8+
rust-version = "1.83"
99

1010
[dependencies]
1111
embassy-sync = { git = "https://github.com/embassy-rs/embassy" }

power-button-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "MIT"
66
description = "Power button service built upon embedded service"
77
repository = "https://github.com/pop-project/embedded-services"
8-
rust-version = "1.79"
8+
rust-version = "1.83"
99

1010
[dependencies]
1111
defmt = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)