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 da040372da
commit 21769bfa68
4 changed files with 5 additions and 4 deletions

View file

@ -46,8 +46,9 @@ Matt Krump <github.com/mkrump>
Alexander Presnyakov <flagist0@gmail.com>
abdo <github.com/ANH25>
aplaice <plaice.adam+github@gmail.com>
phwoo <github.com/phwoo>
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