mirror of https://github.com/dswd/vpncloud.git
Update rust to 1.46
This commit is contained in:
parent
5c6b50ac48
commit
a4ec6e73c1
|
@ -11,7 +11,7 @@ jobs:
|
||||||
- name: Run builder
|
- name: Run builder
|
||||||
uses: ./.github/actions/build-deb
|
uses: ./.github/actions/build-deb
|
||||||
with:
|
with:
|
||||||
rust: '1.40.0'
|
rust: '1.46.0'
|
||||||
- name: Archive artifacts
|
- name: Archive artifacts
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
|
@ -31,7 +31,7 @@ jobs:
|
||||||
- name: Run builder
|
- name: Run builder
|
||||||
uses: ./.github/actions/build-rpm
|
uses: ./.github/actions/build-rpm
|
||||||
with:
|
with:
|
||||||
rust: '1.40.0'
|
rust: '1.46.0'
|
||||||
- name: Archive artifacts
|
- name: Archive artifacts
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -17,6 +17,7 @@ This project follows [semantic versioning](http://semver.org).
|
||||||
- [changed] Rename subnet to claim
|
- [changed] Rename subnet to claim
|
||||||
- [changed] Set peer exchange interval to 5 minutes
|
- [changed] Set peer exchange interval to 5 minutes
|
||||||
- [changed] Periodically send claims with peer list
|
- [changed] Periodically send claims with peer list
|
||||||
|
- [changed] Changed Rust version to 1.46.0
|
||||||
- [removed] Remove network-id parameter
|
- [removed] Remove network-id parameter
|
||||||
- [removed] Remove port config option in favor of --listen
|
- [removed] Remove port config option in favor of --listen
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ RUN useradd -ms /bin/bash user
|
||||||
USER user
|
USER user
|
||||||
WORKDIR /home/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}
|
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain ${RUST}
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ RUN useradd -ms /bin/bash user
|
||||||
USER user
|
USER user
|
||||||
WORKDIR /home/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}
|
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain ${RUST}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue