Skip to content

Commit

Permalink
update rust toolchain and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sklose committed Apr 11, 2023
1 parent 9171794 commit 0500d07
Show file tree
Hide file tree
Showing 8 changed files with 972 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain: ["1.58.1", "stable"]
toolchain: ["1.68.2", "stable"]
steps:
- uses: actions/checkout@v2
name: Checkout Repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.58.1
toolchain: 1.68.2
profile: minimal
override: true
- run: cargo publish --token ${CRATES_TOKEN}
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
Cargo.lock
/target
**/*.rs.bk
Loading

0 comments on commit 0500d07

Please sign in to comment.