diff --git a/polkadot/parachain/test-parachains/adder/build.rs b/polkadot/parachain/test-parachains/adder/build.rs
index f975873a87e9ff944758d5cdb592ce632799779d..9a2e2c8fddbe3fe521d58a223f621eaaee6ac93a 100644
--- a/polkadot/parachain/test-parachains/adder/build.rs
+++ b/polkadot/parachain/test-parachains/adder/build.rs
@@ -19,7 +19,7 @@ use wasm_builder_runner::WasmBuilder;
 fn main() {
 	WasmBuilder::new()
 		.with_current_project()
-		.with_wasm_builder_from_crates("1.0.10")
+		.with_wasm_builder_from_crates("1.0.11")
 		.export_heap_base()
 		.build()
 }
diff --git a/polkadot/parachain/test-parachains/code-upgrader/build.rs b/polkadot/parachain/test-parachains/code-upgrader/build.rs
index f975873a87e9ff944758d5cdb592ce632799779d..9a2e2c8fddbe3fe521d58a223f621eaaee6ac93a 100644
--- a/polkadot/parachain/test-parachains/code-upgrader/build.rs
+++ b/polkadot/parachain/test-parachains/code-upgrader/build.rs
@@ -19,7 +19,7 @@ use wasm_builder_runner::WasmBuilder;
 fn main() {
 	WasmBuilder::new()
 		.with_current_project()
-		.with_wasm_builder_from_crates("1.0.10")
+		.with_wasm_builder_from_crates("1.0.11")
 		.export_heap_base()
 		.build()
 }
diff --git a/polkadot/parachain/test-parachains/halt/build.rs b/polkadot/parachain/test-parachains/halt/build.rs
index f975873a87e9ff944758d5cdb592ce632799779d..9a2e2c8fddbe3fe521d58a223f621eaaee6ac93a 100644
--- a/polkadot/parachain/test-parachains/halt/build.rs
+++ b/polkadot/parachain/test-parachains/halt/build.rs
@@ -19,7 +19,7 @@ use wasm_builder_runner::WasmBuilder;
 fn main() {
 	WasmBuilder::new()
 		.with_current_project()
-		.with_wasm_builder_from_crates("1.0.10")
+		.with_wasm_builder_from_crates("1.0.11")
 		.export_heap_base()
 		.build()
 }
diff --git a/polkadot/runtime/kusama/build.rs b/polkadot/runtime/kusama/build.rs
index 3d951e2edba98cc386dfdc4ffc479aaaf2e46e0f..56051bd627f6c37b55324eaa425df106bbdaa2cb 100644
--- a/polkadot/runtime/kusama/build.rs
+++ b/polkadot/runtime/kusama/build.rs
@@ -19,7 +19,7 @@ use wasm_builder_runner::WasmBuilder;
 fn main() {
 	WasmBuilder::new()
 		.with_current_project()
-		.with_wasm_builder_from_crates("1.0.10")
+		.with_wasm_builder_from_crates("1.0.11")
 		.import_memory()
 		.export_heap_base()
 		.build()
diff --git a/polkadot/runtime/polkadot/build.rs b/polkadot/runtime/polkadot/build.rs
index f7e904fa2faa6b4a27083b66ca31e7e352d048cd..4ad34b2b5293d25d67ef971531a3963080489e96 100644
--- a/polkadot/runtime/polkadot/build.rs
+++ b/polkadot/runtime/polkadot/build.rs
@@ -19,7 +19,7 @@ use wasm_builder_runner::WasmBuilder;
 fn main() {
 	WasmBuilder::new()
 		.with_current_project()
-		.with_wasm_builder_from_crates("1.0.10")
+		.with_wasm_builder_from_crates("1.0.11")
 		.import_memory()
 		.export_heap_base()
 		.build()
diff --git a/polkadot/runtime/test-runtime/build.rs b/polkadot/runtime/test-runtime/build.rs
index 3d951e2edba98cc386dfdc4ffc479aaaf2e46e0f..56051bd627f6c37b55324eaa425df106bbdaa2cb 100644
--- a/polkadot/runtime/test-runtime/build.rs
+++ b/polkadot/runtime/test-runtime/build.rs
@@ -19,7 +19,7 @@ use wasm_builder_runner::WasmBuilder;
 fn main() {
 	WasmBuilder::new()
 		.with_current_project()
-		.with_wasm_builder_from_crates("1.0.10")
+		.with_wasm_builder_from_crates("1.0.11")
 		.import_memory()
 		.export_heap_base()
 		.build()
diff --git a/polkadot/runtime/westend/build.rs b/polkadot/runtime/westend/build.rs
index 3d951e2edba98cc386dfdc4ffc479aaaf2e46e0f..56051bd627f6c37b55324eaa425df106bbdaa2cb 100644
--- a/polkadot/runtime/westend/build.rs
+++ b/polkadot/runtime/westend/build.rs
@@ -19,7 +19,7 @@ use wasm_builder_runner::WasmBuilder;
 fn main() {
 	WasmBuilder::new()
 		.with_current_project()
-		.with_wasm_builder_from_crates("1.0.10")
+		.with_wasm_builder_from_crates("1.0.11")
 		.import_memory()
 		.export_heap_base()
 		.build()