Skip to content

Commit

Permalink
Upgrade rustc dependency to 1.37.0
Browse files Browse the repository at this point in the history
Because our travis setup expects `vendor` tool to be integrated into
`cargo`.
  • Loading branch information
ryzhyk committed Sep 18, 2019
1 parent b2f4350 commit e57bf6c
Show file tree
Hide file tree
Showing 2 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
Expand Up @@ -21,7 +21,7 @@ rust:
# documented as supported in README.md!). Newer releases are (supposed to
# be) backwards compatible and so we do not test everything on them as well
# (to not artificially blow up CI/CD times).
- 1.34.0
- 1.37.0

# Caching so the next build will be fast too.
cache:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.com/vmware/differential-datalog.svg?branch=master)](https://travis-ci.com/vmware/differential-datalog)
[![rustc](https://img.shields.io/badge/rustc-1.34+-blue.svg)](https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html)
[![rustc](https://img.shields.io/badge/rustc-1.37+-blue.svg)](https://blog.rust-lang.org/2019/08/15/Rust-1.37.0.html)

# Differential Datalog (DDlog)

Expand Down Expand Up @@ -89,7 +89,7 @@ To download `stack` (if you don't already have it) use:
wget -qO- https://get.haskellstack.org/ | sh
```

You will also need to install the Rust toolchain v1.34 or later:
You will also need to install the Rust toolchain v1.37 or later:

```
curl https://sh.rustup.rs -sSf | sh
Expand Down

0 comments on commit e57bf6c

Please sign in to comment.