Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FEDORA=33
PYTHON=3.6
LLVM=11
CLANG_TOOLS=8
RUST=nightly-2020-11-14
RUST=nightly-2020-11-19
GO=1.12
NODE=14
MAVEN=3.5.4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [nightly-2020-11-14]
rust: [nightly-2020-11-19]
env:
RUST: ${{ matrix.rust }}
steps:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [nightly-2020-11-14]
rust: [nightly-2020-11-19]
steps:
- name: Install Rust
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [nightly-2020-11-14]
rust: [nightly-2020-11-19]
steps:
- name: Install Rust
uses: actions-rs/toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [nightly-2020-11-14]
rust: [nightly-2020-11-19]
env:
RUST: ${{ matrix.rust }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion ci/docker/debian-10-rust.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN wget -q -O - https://github.com/google/flatbuffers/archive/v${flatbuffers}.t
cd / && \
rm -rf flatbuffers-${flatbuffers}

ARG rust=nightly-2020-11-14
ARG rust=nightly-2020-11-19

# freeze the version for deterministic builds
RUN rustup default ${rust} && \
Expand Down
2 changes: 1 addition & 1 deletion rust/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2020-11-14
nightly-2020-11-19