Skip to content

Commit

Permalink
switch to nightly (latest) for rama
Browse files Browse the repository at this point in the history
  • Loading branch information
glendc committed Sep 7, 2023
1 parent ffe6ea2 commit 166f25b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

env:
CARGO_TERM_COLOR: always
RUST_TOOLCHAIN: nightly-2023-07-08
RUST_TOOLCHAIN: nightly

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:latest as builder
FROM rust:nightly as builder

# Make a fake Rust app to keep a cached layer of compiled crates
RUN USER=root cargo new app
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly-2023-07-08"
channel = "nightly"

0 comments on commit 166f25b

Please sign in to comment.