From c5882fe859c602b447b1d6b3df478ae2e1033e6c Mon Sep 17 00:00:00 2001 From: Gavin Peacock Date: Tue, 15 Apr 2025 21:19:17 -0700 Subject: [PATCH] fix: c2pa_rs update for dynamic gathered assertions. --- Cargo.toml | 4 ++-- Makefile | 6 +++++- tests/test_api.py | 2 +- tests/test_unit_tests.py | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bf63b153..7f4414da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c2pa-python" -version = "0.8.1" +version = "0.8.2" edition = "2021" authors = ["Gavin Peacock