Skip to content

Commit

Permalink
bump encoding_rs to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Gnatenko committed Jun 15, 2017
1 parent 06393f8 commit 9309571
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -26,10 +26,10 @@ matrix:
env: TARGET=x86_64-unknown-linux-gnu
# Minimum Rust supported channel.
- os: linux
rust: 1.12.0
rust: 1.16.0
env: TARGET=x86_64-unknown-linux-gnu
- os: linux
rust: 1.12.0
rust: 1.16.0
env: TARGET=x86_64-unknown-linux-musl

before_install:
Expand Down
6 changes: 3 additions & 3 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 Cargo.toml
Expand Up @@ -29,7 +29,7 @@ path = "tests/tests.rs"
atty = "0.2.2"
bytecount = "0.1.4"
clap = "2.24.1"
encoding_rs = "0.5.0"
encoding_rs = "0.6"
env_logger = { version = "0.4", default-features = false }
grep = { version = "0.1.5", path = "grep" }
ignore = { version = "0.2.0", path = "ignore" }
Expand Down

0 comments on commit 9309571

Please sign in to comment.