Skip to content

Commit 16035a7

Browse files
bors[bot]RalfJung
andauthored
Merge #303
303: release xargo 0.3.22 r=jethrogb a=RalfJung r? @jethrogb Would be good to get this out ASAP, it blocks rust-lang/miri#1490. Co-authored-by: Ralf Jung <post@ralfj.de>
2 parents d4cab49 + b7cec9d commit 16035a7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [v0.3.22] - 2020-07-29
7+
8+
### Fixed
9+
10+
- Fix for changed rustc directory layout.
11+
- Support relative XARGO_RUST_SRC.
12+
613
## [v0.3.21] - 2020-07-11
714

815
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = ["cli", "cross", "compilation", "std"]
88
license = "MIT OR Apache-2.0"
99
name = "xargo"
1010
repository = "https://github.com/japaric/xargo"
11-
version = "0.3.21"
11+
version = "0.3.22"
1212
default-run = "xargo"
1313

1414
[dependencies]

0 commit comments

Comments
 (0)