We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2032af3 commit bc62387Copy full SHA for bc62387
CHANGELOG.md
@@ -5,6 +5,24 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
6
## [Unreleased]
7
8
+## [v0.3.15] - 2019-08-??
9
+
10
+### Added
11
12
+- The cargo binary used by Xargo can be overwritten using the `CARGO` environment variable.
13
+ (The same was already possible for rustc before, using `RUSTC`.)
14
15
+## [v0.3.14] - 2019-05-09
16
17
+### Fixed
18
19
+- Xargo now works again with recent nightlies.
20
+- Fixed Xargo for targets that do not have a `bin` directory in their rustlib folder.
21
22
23
24
+- Allow specifying `[patch]` section in `Xargo.toml`.
25
26
## [v0.3.13] - 2018-12-18
27
28
### Fixed
0 commit comments