Skip to content

Commit

Permalink
Merge #272
Browse files Browse the repository at this point in the history
272: version bump for 0.3.19 release r=jethrogb a=RalfJung

I also used the opportunity for a `cargo update`

Co-authored-by: Ralf Jung <post@ralfj.de>
  • Loading branch information
bors[bot] and RalfJung committed Dec 31, 2019
2 parents 77e33ae + 795db6b commit 5984b8d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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.19] - 2019-12-31

### Added

- Added a `xargo-check` binary that can be used for check-only builds of libstd
(thanks to @Aaron1011).

## [v0.3.18] - 2019-12-08

### Added
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
Expand Up @@ -8,7 +8,7 @@ keywords = ["cli", "cross", "compilation", "std"]
license = "MIT OR Apache-2.0"
name = "xargo"
repository = "https://github.com/japaric/xargo"
version = "0.3.18"
version = "0.3.19"
default-run = "xargo"

[dependencies]
Expand Down

0 comments on commit 5984b8d

Please sign in to comment.