From 6d4a2f1c7f7392623cba93a3e3d033e496de4a05 Mon Sep 17 00:00:00 2001 From: "rustledger-bot[bot]" <257329324+rustledger-bot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:59:16 +0000 Subject: [PATCH] chore: upgrade rustledger to v0.8.6 --- 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 b999077cb..4f1d7520e 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.8.5" +RUSTLEDGER_VERSION = "v0.8.6" RUSTLEDGER_WASM_URL = ( f"https://github.com/rustledger/rustledger/releases/download/" f"{RUSTLEDGER_VERSION}/rustledger-ffi-wasi-{RUSTLEDGER_VERSION}.wasm"