commit ab8d5f19b48e20458513c458efef075586224e6d
parent 71210038c16fefbf741d573a29334db08271b4b6
Author: Árni Dagur <arni@dagur.eu>
Date: Wed, 23 Feb 2022 12:12:55 +0100
Update MSRV to 1.49
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
@@ -143,7 +143,7 @@ jobs:
platform:
[
{
- toolchain: "1.45",
+ toolchain: "1.49",
manylinux: "2010",
target: "x86_64-unknown-linux-gnu",
arch: "x86_64",
diff --git a/README.md b/README.md
@@ -9,7 +9,7 @@ Python wrapper for Brave's adblocking library, which is written in Rust.
| Build Dependency | Versions | Arch Linux | Url |
| ---------------- | -------- | ---------- | ------------------------------- |
| Python | `>=3.6` | `python` | - |
-| Rust | `>=1.45` | `rust` | - |
+| Rust | `>=1.49` | `rust` | - |
| Maturin | `>=0.10` | `maturin` | https://github.com/PyO3/maturin |
#### PEP 517