Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Version bump for 1.4.0 (#174)
Browse files Browse the repository at this point in the history
* Version bump for 1.4.0

* Allow using older versions of rustfmt for travis

* Repositioned flag

* Pinned nightly version
  • Loading branch information
jpalvarezl authored Oct 26, 2020
1 parent 57c86b0 commit 889bbc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: rust

rust:
- nightly
- nightly-2020-10-24

cache:
- cargo
Expand Down
2 changes: 1 addition & 1 deletion 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "safe-client-gateway"
version = "1.3.0"
version = "1.4.0"
authors = ["jpalvarezl <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 889bbc4

Please sign in to comment.