From 38cf455d6cf0e820cee87abedcc2a5d3bf0f6b69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=8BAndrzej=20Ressel?= Date: Sun, 15 Dec 2024 17:24:57 +0100 Subject: [PATCH] Fix deployment (#567) --- justfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/justfile b/justfile index ed059b70..03482b29 100644 --- a/justfile +++ b/justfile @@ -145,6 +145,8 @@ rust-docs: update-version NEW_VERSION: sd "0.0.0-DEV" "{{NEW_VERSION}}" "pulumi_wasm_wit/wit/world.wit" "pulumi_wasm_rust_macro/src/lib.rs" \ + "providers/pulumi_wasm_provider_cloudflare_rust/Cargo.toml" \ "providers/pulumi_wasm_provider_docker_rust/Cargo.toml" \ "providers/pulumi_wasm_provider_random_rust/Cargo.toml" \ + "providers/pulumi_wasm_provider_typesystem_rust/Cargo.toml" \ "Cargo.toml"