rust: switch to stable compilers

The only dependency which required nightly compilers was pyo3, which
supports stable Rust (1.39.0 and later) since version 0.11.0. Supporting
stable Rust makes it easier to package Anki for distributions. No other
code changes were required.

Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
This commit is contained in:
Aleksa Sarai 2020-09-02 16:03:41 +10:00
parent d2ada5a1ee
commit 16864e616f
No known key found for this signature in database
GPG key ID: 9D94B96321B9D012
4 changed files with 5 additions and 4 deletions

View file

@ -48,6 +48,7 @@ abdo <github.com/ANH25>
aplaice <plaice.adam+github@gmail.com>
phwoo <github.com/phwoo>
Soren Bjornstad <anki@sorenbjornstad.com>
Aleksa Sarai <cyphar@cyphar.com>
********************

View file

@ -1 +1 @@
nightly-2020-06-25
stable

View file

@ -11,7 +11,7 @@ readme = "README.md"
anki = { path = "../rslib" }
[dependencies.pyo3]
version = "0.8.0"
version = "0.11.0"
features = ["extension-module"]
[lib]

View file

@ -1 +1 @@
nightly-2020-06-25
stable