Skip to content

Commit

Permalink
Update deps & rust
Browse files Browse the repository at this point in the history
  • Loading branch information
dswd committed Jan 13, 2021
1 parent c5626e7 commit c941f9c
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 36 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.48.0'
rust: '1.49.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.48.0'
rust: '1.49.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 @@ -6,7 +6,7 @@ This project follows [semantic versioning](http://semver.org).

- [removed] Removed dummy device type
- [changed] Updated depdendencies
- [changed] Changed Rust version to 1.48.0
- [changed] Changed Rust version to 1.49.0
- [fixed] Added missing peer address propagation

### v2.0.1 (2020-11-07)
Expand Down
62 changes: 31 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.48.0
ENV RUST=1.49.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.48.0
ENV RUST=1.49.0

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

Expand Down

0 comments on commit c941f9c

Please sign in to comment.