diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 81b10b43a..8e7a3ff32 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 22bde8163..2bf5ad044 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 0b8e4941c..71d6c812c 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 22bde8163..2bf5ad044 100644 --- a/rspy/rust-toolchain +++ b/rspy/rust-toolchain @@ -1 +1 @@ -nightly-2020-06-25 +stable