Update rust to 1.46

This commit is contained in:
Dennis Schwerdel 2020-10-05 19:28:25 +02:00
parent 5c6b50ac48
commit a4ec6e73c1
4 changed files with 5 additions and 4 deletions

View File

@ -11,7 +11,7 @@ jobs:
- name: Run builder
uses: ./.github/actions/build-deb
with:
rust: '1.40.0'
rust: '1.46.0'
- name: Archive artifacts
uses: actions/upload-artifact@v1
with:
@ -31,7 +31,7 @@ jobs:
- name: Run builder
uses: ./.github/actions/build-rpm
with:
rust: '1.40.0'
rust: '1.46.0'
- name: Archive artifacts
uses: actions/upload-artifact@v1
with:

View File

@ -17,6 +17,7 @@ This project follows [semantic versioning](http://semver.org).
- [changed] Rename subnet to claim
- [changed] Set peer exchange interval to 5 minutes
- [changed] Periodically send claims with peer list
- [changed] Changed Rust version to 1.46.0
- [removed] Remove network-id parameter
- [removed] Remove port config option in favor of --listen

View File

@ -19,7 +19,7 @@ RUN useradd -ms /bin/bash user
USER user
WORKDIR /home/user
ENV RUST=1.40.0
ENV RUST=1.46.0
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain ${RUST}

View File

@ -7,7 +7,7 @@ RUN useradd -ms /bin/bash user
USER user
WORKDIR /home/user
ENV RUST=1.40.0
ENV RUST=1.46.0
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain ${RUST}