mirror of
https://github.com/ankitects/anki.git
synced 2025-11-26 06:27:12 -05:00
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:
parent
d2ada5a1ee
commit
16864e616f
4 changed files with 5 additions and 4 deletions
|
|
@ -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>
|
||||
|
||||
********************
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
nightly-2020-06-25
|
||||
stable
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ readme = "README.md"
|
|||
anki = { path = "../rslib" }
|
||||
|
||||
[dependencies.pyo3]
|
||||
version = "0.8.0"
|
||||
version = "0.11.0"
|
||||
features = ["extension-module"]
|
||||
|
||||
[lib]
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
nightly-2020-06-25
|
||||
stable
|
||||
|
|
|
|||
Loading…
Reference in a new issue