Skip to content

Commit

Permalink
Switch to the 2018 rust edition with the latest deps.
Browse files Browse the repository at this point in the history
To support the update, rust 1.34.0 is now the minimum suported version
(up from 1.28.0)
  • Loading branch information
lespea committed Apr 24, 2019
1 parent c0d2666 commit 549f85a
Show file tree
Hide file tree
Showing 47 changed files with 405 additions and 351 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ ctags.rust
main
*.idx
builds
.idea
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ matrix:
env: TARGET=x86_64-unknown-linux-musl
# Minimum Rust supported channel.
- os: linux
rust: 1.28.0
rust: 1.34.0
env: TARGET=x86_64-unknown-linux-gnu
- os: linux
rust: 1.28.0
rust: 1.34.0
env: TARGET=x86_64-unknown-linux-musl

before_install:
Expand Down

0 comments on commit 549f85a

Please sign in to comment.