Skip to content

Commit

Permalink
Merge pull request #818 from portier/auto/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
r-stephank authored Nov 27, 2023
2 parents a6e479c + b30eeae commit 693e813
Show file tree
Hide file tree
Showing 8 changed files with 196 additions and 110 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: '1.67'
toolchain: '1.70'
profile: minimal
default: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: '1.67'
toolchain: '1.70'
profile: minimal
default: true

Expand Down
2 changes: 1 addition & 1 deletion .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
edition = "2018"
edition = "2021"
Loading

0 comments on commit 693e813

Please sign in to comment.