Skip to content

Commit

Permalink
0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Nov 3, 2020
1 parent cdebed8 commit 8018fec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ rust:
- stable
- beta
- nightly
script:
- cargo test
- if [[ "$TRAVIS_RUST_VERSION" == "nightly" ]]; then
cargo build --no-default-features;
fi
matrix:
allow_failures:
- rust: nightly
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "base-x"
description = "Encode/decode any base"
version = "0.2.6"
version = "0.2.7"
authors = ["Alex R. <alexei.rudenko@gmail.com>"]
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 8018fec

Please sign in to comment.