Skip to content

Commit

Permalink
MSRV 1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jun 12, 2024
1 parent 09be192 commit 9b1b1f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
uses: esp-rs/[email protected]
with:
default: true
version: "1.78.0"

- name: Build | Fmt Check
run: cargo fmt -- --check
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/ivmarkov/esp-idf-matter"
license = "MIT OR Apache-2.0"
readme = "README.md"
build = "build.rs"
rust-version = "1.77"
rust-version = "1.78"

#[patch.'https://github.com/ivmarkov/async-io-mini']
#async-io-mini = { path = "../async-io-mini" }
Expand Down

0 comments on commit 9b1b1f3

Please sign in to comment.