Skip to content

Commit e06560b

Browse files
committed
v0.3.11
1 parent 6e8347d commit e06560b

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [v0.3.11] - 2018-03-09
9+
10+
### Added
11+
12+
- Xargo now copies the `bin` directory from the original sysroot, the host sysroot, into its own.
13+
This lets you use binaries shipped with the Rust toolchain, like LLD.
14+
815
## [v0.3.10] - 2017-12-28
916

1017
### Added

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.10"
11+
version = "0.3.11"
1212

1313
[dependencies]
1414
error-chain = "0.7.2"

0 commit comments

Comments
 (0)