diff --git a/Cargo.lock b/Cargo.lock index f209fed816..1ba4f52ff1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1922,9 +1922,9 @@ dependencies = [ [[package]] name = "fluence-spell-distro" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6089bf966763486ceba524b6391ceac71edf44b12e3fb615642e7fef2596ee9" +checksum = "42576d81043d75ff250f84d36f801c6b66b2dab88705c799b062a449e2840fec" dependencies = [ "built", "maplit", diff --git a/Cargo.toml b/Cargo.toml index 23e32d918f..0b1624528f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,7 @@ spell-storage = { path = "spell-storage" } particle-execution = { path = "particle-execution" } fluence-spell-dtos = "0.3.1" -fluence-spell-distro = "0.3.0" +fluence-spell-distro = "0.3.1" fluence-app-service = "0.23.0" avm-server = "0.28.1" air-interpreter-wasm = "=0.35.4"