Skip to content

Commit

Permalink
Merge pull request #152 from yangby-cryptape/chore/upgrade-deps
Browse files Browse the repository at this point in the history
chore(deps): bump deps and toolchain to new versions
  • Loading branch information
quake authored Sep 28, 2023
2 parents d78e15b + 83c3a6b commit 5d33576
Show file tree
Hide file tree
Showing 7 changed files with 383 additions and 195 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
CARGO_TERM_COLOR: always
RUSTFLAGS: -D warnings
RUST_BACKTRACE: full
RUST_TOOLCHAIN: 1.67.1
RUST_TOOLCHAIN: 1.72.1
jobs:
rustfmt:
name: Checks / Format
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: -D warnings
RUST_TOOLCHAIN: 1.67.1
RUST_TOOLCHAIN: 1.72.1
jobs:
release:
name: Build & Release
Expand Down
Loading

0 comments on commit 5d33576

Please sign in to comment.