From dc6e5ee0a506fd41eee48e42380dfb3ea9dab57a Mon Sep 17 00:00:00 2001 From: "rustledger-bot[bot]" <257329324+rustledger-bot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 22:34:01 +0000 Subject: [PATCH] chore: upgrade rustledger to v0.10.0 --- src/rustfava/rustledger/engine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rustfava/rustledger/engine.py b/src/rustfava/rustledger/engine.py index 57d5d86bb..8a4d3d160 100644 --- a/src/rustfava/rustledger/engine.py +++ b/src/rustfava/rustledger/engine.py @@ -21,7 +21,7 @@ SUPPORTED_API_VERSION = "1." # Rustledger release to download -RUSTLEDGER_VERSION = "v0.9.1" +RUSTLEDGER_VERSION = "v0.10.0" RUSTLEDGER_WASM_URL = ( f"https://github.com/rustledger/rustledger/releases/download/" f"{RUSTLEDGER_VERSION}/rustledger-ffi-wasi-{RUSTLEDGER_VERSION}.wasm"