Skip to content

Commit 5af73c5

Browse files
committed
Prep for releasing version 0.8.5.
1 parent c202f1c commit 5af73c5

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.8.5
2+
3+
- Allow to use `+nightly`, etc, with `cargo { rustupChannel = "..." }`. Fixes #24.
4+
- Allow to set `cargo { (cargo|python|rustc)Command = "..." }`. Fixes #48.
5+
16
# 0.8.4
27

38
- The plugin tries to interoperate with Rust bindgen out of the box by setting `CLANG_PATH`.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
}
2121
}
2222
dependencies {
23-
classpath 'gradle.plugin.org.mozilla.rust-android-gradle:plugin:0.8.4'
23+
classpath 'gradle.plugin.org.mozilla.rust-android-gradle:plugin:0.8.5'
2424
}
2525
}
2626
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext.kotlin_version = '1.2.41'
3-
ext.plugin_version = '0.8.4'
3+
ext.plugin_version = '0.8.5'
44

55
repositories {
66
google()

0 commit comments

Comments
 (0)