From 4b229ea84872d743a91baabf633808bfe465c616 Mon Sep 17 00:00:00 2001 From: "rustledger-bot[bot]" <257329324+rustledger-bot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 02:18:18 +0000 Subject: [PATCH] chore: upgrade rustledger to v0.14.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 8c62629dc..8db28dcfd 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.11.0" +RUSTLEDGER_VERSION = "v0.14.0" RUSTLEDGER_WASM_URL = ( f"https://github.com/rustledger/rustledger/releases/download/" f"{RUSTLEDGER_VERSION}/rustledger-ffi-wasi-{RUSTLEDGER_VERSION}.wasm"