From 7a35f5d09591603aa68e2360ce33ec70f1605088 Mon Sep 17 00:00:00 2001 From: Gilles Boccon-Gibod Date: Sun, 14 Dec 2025 11:37:49 -0800 Subject: [PATCH 1/2] bump pdl dependencies versions --- rust/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index f5ada30b..7a12cc29 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -31,8 +31,8 @@ itertools = "0.11.0" lazy_static = "1.4.0" thiserror = "1.0.41" bytes = "1.5.0" -pdl-derive = "0.2.0" -pdl-runtime = "0.2.0" +pdl-derive = "0.4.2" +pdl-runtime = "0.4.2" futures = "0.3.28" # Dev tools From c46df213851a1bc550ab5ea226d216ee2adec40b Mon Sep 17 00:00:00 2001 From: Gilles Boccon-Gibod Date: Sun, 14 Dec 2025 16:32:44 -0800 Subject: [PATCH 2/2] use 1.91.0 instead of stable until a fix is available --- .github/workflows/python-build-test.yml | 2 +- rust/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-build-test.yml b/.github/workflows/python-build-test.yml index 6d4cbeab..27135840 100644 --- a/.github/workflows/python-build-test.yml +++ b/.github/workflows/python-build-test.yml @@ -50,7 +50,7 @@ jobs: matrix: # Rust runtime doesn't support 3.14 yet. 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 steps: - name: Check out from Git diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 7a12cc29..f5ada30b 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -31,8 +31,8 @@ itertools = "0.11.0" lazy_static = "1.4.0" thiserror = "1.0.41" bytes = "1.5.0" -pdl-derive = "0.4.2" -pdl-runtime = "0.4.2" +pdl-derive = "0.2.0" +pdl-runtime = "0.2.0" futures = "0.3.28" # Dev tools