Skip to content

Commit

Permalink
Merge #282
Browse files Browse the repository at this point in the history
282: bump version to 0.3.20 r=jethrogb a=RalfJung



Co-authored-by: Ralf Jung <post@ralfj.de>
  • Loading branch information
bors[bot] and RalfJung committed Mar 25, 2020
2 parents 914f9b7 + 15ed44d commit cc91bc8
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 184 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ matrix:
- env: TARGET=x86_64-unknown-linux-gnu
# Don't remove this target; test coverage in `smoke.rs` relies on us running at least
# one pinned toolchain.
rust: nightly-2018-12-01 # old version without rustc-std-workspace-core
rust: nightly-2019-02-01 # old version without rustc-std-workspace-core
if: branch = staging OR branch = trying

# Linux (build only)
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [v0.3.20] - 2020-03-??

### Fixed

- Check-only builds of `windows-gnu` targets now work without that target being
installed for the toolchain.

## [v0.3.19] - 2019-12-31

### Added
Expand Down
Loading

0 comments on commit cc91bc8

Please sign in to comment.