Skip to content

Commit

Permalink
Changed Rust version to 1.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dswd committed Oct 9, 2020
1 parent 1b489a7 commit f824c1f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Run builder
uses: ./.github/actions/build-deb
with:
rust: '1.46.0'
rust: '1.47.0'
- name: Archive artifacts
uses: actions/upload-artifact@v1
with:
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Run builder
uses: ./.github/actions/build-rpm
with:
rust: '1.46.0'
rust: '1.47.0'
- name: Archive artifacts
uses: actions/upload-artifact@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +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
- [changed] Changed Rust version to 1.47.0
- [removed] Remove network-id parameter
- [removed] Remove port config option in favor of --listen

Expand Down
2 changes: 1 addition & 1 deletion builder/Dockerfile-deb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN useradd -ms /bin/bash user
USER user
WORKDIR /home/user

ENV RUST=1.46.0
ENV RUST=1.47.0

RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain ${RUST}

Expand Down
2 changes: 1 addition & 1 deletion builder/Dockerfile-rpm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN useradd -ms /bin/bash user
USER user
WORKDIR /home/user

ENV RUST=1.46.0
ENV RUST=1.47.0

RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain ${RUST}

Expand Down

0 comments on commit f824c1f

Please sign in to comment.