Skip to content

Commit 00c6007

Browse files
committed
version 0.3.21
1 parent c415ab2 commit 00c6007

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.21] - 2020-07-11
7+
8+
### Fixed
9+
10+
- Make xargo fail on non-nightly, instead of continuing with the wrong sysroot.
11+
- Avoid adding '/' or '..' to paths for better Windows compatibility.
12+
613
## [v0.3.20] - 2020-03-25
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.20"
11+
version = "0.3.21"
1212
default-run = "xargo"
1313

1414
[dependencies]

0 commit comments

Comments
 (0)