Skip to content

Commit

Permalink
Merge pull request AlexPikalov#303 from AlexPikalov/release/2.2.3
Browse files Browse the repository at this point in the history
Release/2.2.3
AlexPikalov authored Dec 20, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 4e09189 + d814360 commit b115f7c
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ before_script:
- rustup component add rustfmt

script:
- cargo fmt -- --check
# - cargo fmt -- --check
- cargo build --verbose
- cargo test --verbose --no-fail-fast
- cargo test --verbose --no-fail-fast --features e2e-tests
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdrs"
version = "2.2.2"
version = "2.2.3"
authors = ["Alex Pikalov <alex.pikalov.khar@gmail.com>"]
edition = "2018"

0 comments on commit b115f7c

Please sign in to comment.