Skip to content

Commit

Permalink
Merge pull request #200 update rust new version to 1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby committed May 15, 2024
2 parents 38f2128 + ed1f1eb commit 0a149cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-crate.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish rust crate to crates.io
env:
CARGO_TERM_COLOR: always
RUST_VERSION: 1.77.0
RUST_VERSION: 1.78.0
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
CARGO_TERM_COLOR: always
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
RUST_VERSION_OLD: "1.60.0"
RUST_VERSION_NEW: "1.77.0"
RUST_VERSION_NEW: "1.78.0"

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0a149cc

Please sign in to comment.