Skip to content

Commit

Permalink
ci: use a fixed stable on 1.25.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed May 27, 2023
1 parent 88b1eb5 commit 087a032
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
resource_class: arm.medium
environment:
# Change to pin rust version
RUST_STABLE: stable
RUST_STABLE: 1.67.1
steps:
- checkout
- run:
Expand Down
2 changes: 1 addition & 1 deletion .cirrus.yml
@@ -1,7 +1,7 @@
freebsd_instance:
image: freebsd-12-4-release-amd64
env:
RUST_STABLE: stable
RUST_STABLE: 1.67.1
RUST_NIGHTLY: nightly-2022-10-25
RUSTFLAGS: -D warnings

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -10,7 +10,7 @@ env:
RUSTFLAGS: -Dwarnings
RUST_BACKTRACE: 1
# Change to specific Rust release to pin
rust_stable: stable
rust_stable: 1.67.1
rust_nightly: nightly-2022-11-03
rust_clippy: 1.65.0
# When updating this, also update:
Expand Down

0 comments on commit 087a032

Please sign in to comment.