diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 81b10b43aaf..8e7a3ff32ab 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -46,8 +46,9 @@ Matt Krump Alexander Presnyakov abdo aplaice -phwoo +phwoo Soren Bjornstad +Aleksa Sarai ******************** diff --git a/rslib/rust-toolchain b/rslib/rust-toolchain index 22bde81639d..2bf5ad0447d 100644 --- a/rslib/rust-toolchain +++ b/rslib/rust-toolchain @@ -1 +1 @@ -nightly-2020-06-25 +stable diff --git a/rspy/Cargo.toml b/rspy/Cargo.toml index 0b8e4941ce3..71d6c812cb1 100644 --- a/rspy/Cargo.toml +++ b/rspy/Cargo.toml @@ -11,7 +11,7 @@ readme = "README.md" anki = { path = "../rslib" } [dependencies.pyo3] -version = "0.8.0" +version = "0.11.0" features = ["extension-module"] [lib] diff --git a/rspy/rust-toolchain b/rspy/rust-toolchain index 22bde81639d..2bf5ad0447d 100644 --- a/rspy/rust-toolchain +++ b/rspy/rust-toolchain @@ -1 +1 @@ -nightly-2020-06-25 +stable