forked from auracaster/bumble_mirror
use 1.91.0 instead of stable until a fix is available
This commit is contained in:
2
.github/workflows/python-build-test.yml
vendored
2
.github/workflows/python-build-test.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
# Rust runtime doesn't support 3.14 yet.
|
# Rust runtime doesn't support 3.14 yet.
|
||||||
python-version: ["3.10", "3.11", "3.12", "3.13"]
|
python-version: ["3.10", "3.11", "3.12", "3.13"]
|
||||||
rust-version: [ "1.80.0", "stable" ]
|
rust-version: [ "1.80.0", "1.91.0" ]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- name: Check out from Git
|
- name: Check out from Git
|
||||||
|
|||||||
@@ -31,8 +31,8 @@ itertools = "0.11.0"
|
|||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
thiserror = "1.0.41"
|
thiserror = "1.0.41"
|
||||||
bytes = "1.5.0"
|
bytes = "1.5.0"
|
||||||
pdl-derive = "0.4.2"
|
pdl-derive = "0.2.0"
|
||||||
pdl-runtime = "0.4.2"
|
pdl-runtime = "0.2.0"
|
||||||
futures = "0.3.28"
|
futures = "0.3.28"
|
||||||
|
|
||||||
# Dev tools
|
# Dev tools
|
||||||
|
|||||||
Reference in New Issue
Block a user