File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ v0.3.15] - 2019-08-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
+ ### Added
23
+
24
+ - Allow specifying ` [patch] ` section in ` Xargo.toml ` .
25
+
8
26
## [ v0.3.13] - 2018-12-18
9
27
10
28
### Fixed
@@ -334,7 +352,9 @@ stage = 1
334
352
335
353
- Initial release
336
354
337
- [ Unreleased ] : https://github.com/japaric/xargo/compare/v0.3.13...HEAD
355
+ [ Unreleased ] : https://github.com/japaric/xargo/compare/v0.3.15...HEAD
356
+ [ v0.3.15 ] : https://github.com/japaric/xargo/compare/v0.3.14...v0.3.15
357
+ [ v0.3.14 ] : https://github.com/japaric/xargo/compare/v0.3.13...v0.3.14
338
358
[ v0.3.13 ] : https://github.com/japaric/xargo/compare/v0.3.12...v0.3.13
339
359
[ v0.3.12 ] : https://github.com/japaric/xargo/compare/v0.3.11...v0.3.12
340
360
[ v0.3.11 ] : https://github.com/japaric/xargo/compare/v0.3.10...v0.3.11
You can’t perform that action at this time.
0 commit comments