Skip to content

Commit

Permalink
ci: update nightly toolchain to nightly-2022-12-27
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Dec 28, 2022
1 parent 4a4f80c commit 335b7db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ freebsd_instance:
image: freebsd-12-4-release-amd64
env:
RUST_STABLE: stable
RUST_NIGHTLY: nightly-2022-10-25
RUST_NIGHTLY: nightly-2022-12-27
RUSTFLAGS: -D warnings

# Test FreeBSD in a full VM on cirrus-ci.com. Test the i686 target too, in the
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
RUST_BACKTRACE: 1
# Change to specific Rust release to pin
rust_stable: stable
rust_nightly: nightly-2022-11-03
rust_nightly: nightly-2022-12-27
rust_clippy: 1.65.0
# When updating this, also update:
# - README.md
Expand Down

0 comments on commit 335b7db

Please sign in to comment.