diff --git a/src/rustfava/rustledger/engine.py b/src/rustfava/rustledger/engine.py index 51ac256e4..11f107419 100644 --- a/src/rustfava/rustledger/engine.py +++ b/src/rustfava/rustledger/engine.py @@ -22,7 +22,7 @@ # Rustledger release this build is pinned to. The component wasm # (``rustledger-ffi-component-.wasm``) is downloaded lazily from this # release by ``component_engine``. Bumped by ``update-rustledger.yml``. -RUSTLEDGER_VERSION = "v0.22.0" +RUSTLEDGER_VERSION = "v0.24.0" class RustledgerError(Exception):