diff options
| -rw-r--r-- | .github/workflows/ci.yml | 2 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6a2b85..0e88885 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml | |||
| @@ -143,7 +143,7 @@ jobs: | |||
| 143 | platform: | 143 | platform: |
| 144 | [ | 144 | [ |
| 145 | { | 145 | { |
| 146 | toolchain: "1.45", | 146 | toolchain: "1.49", |
| 147 | manylinux: "2010", | 147 | manylinux: "2010", |
| 148 | target: "x86_64-unknown-linux-gnu", | 148 | target: "x86_64-unknown-linux-gnu", |
| 149 | arch: "x86_64", | 149 | arch: "x86_64", |
| @@ -9,7 +9,7 @@ Python wrapper for Brave's adblocking library, which is written in Rust. | |||
| 9 | | Build Dependency | Versions | Arch Linux | Url | | 9 | | Build Dependency | Versions | Arch Linux | Url | |
| 10 | | ---------------- | -------- | ---------- | ------------------------------- | | 10 | | ---------------- | -------- | ---------- | ------------------------------- | |
| 11 | | Python | `>=3.6` | `python` | - | | 11 | | Python | `>=3.6` | `python` | - | |
| 12 | | Rust | `>=1.45` | `rust` | - | | 12 | | Rust | `>=1.49` | `rust` | - | |
| 13 | | Maturin | `>=0.10` | `maturin` | https://github.com/PyO3/maturin | | 13 | | Maturin | `>=0.10` | `maturin` | https://github.com/PyO3/maturin | |
| 14 | 14 | ||
| 15 | #### PEP 517 | 15 | #### PEP 517 |
