Skip to content

Commit

Permalink
Update rust version in contract-testing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
limemloh committed Mar 25, 2024
1 parent 5e7fdce commit a36e9fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter-testing-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:

env:
RUST_FMT: nightly-2023-04-01-x86_64-unknown-linux-gnu
RUST_CLIPPY: 1.72
RUST_CLIPPY: 1.73

jobs:
"lint_fmt":
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name: Clippy & fmt
env:
RUST_FMT: nightly-2023-04-01
RUST_VERSION: "1.73"
RUST_VERSION_TESTING_LIBRARY: "1.72"
RUST_VERSION_TESTING_LIBRARY: "1.73"
CARGO_CONCORDIUM_VERSION: "3.3.0-internal"

jobs:
Expand Down

0 comments on commit a36e9fd

Please sign in to comment.