Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Merge pull request #303 from AlexPikalov/release/2.2.3
Browse files Browse the repository at this point in the history
Release/2.2.3
  • Loading branch information
AlexPikalov authored Dec 20, 2019
2 parents 4e09189 + d814360 commit b115f7c
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand Down
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"

Expand Down

0 comments on commit b115f7c

Please sign in to comment.