Skip to content

Commit

Permalink
Release v0.0.0-NIGHTLY-38cf455
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 15, 2024
1 parent 38cf455 commit fca2cc7
Show file tree
Hide file tree
Showing 65 changed files with 3,136 additions and 3,090 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,23 @@ members = [
]

[workspace.package]
version = "0.0.0-DEV"
version = "0.0.0-NIGHTLY-38cf455"
edition = "2021"
repository = "https://github.com/andrzejressel/pulumi-wasm"

[workspace.dependencies]
pulumi_wasm_core = { version = "=0.0.0-DEV", path = "pulumi_wasm_core", registry = "cloudsmith" }
pulumi_wasm_docker = { version = "=4.5.3-0.0.0-DEV", path = "providers/pulumi_wasm_provider_docker_rust", registry = "cloudsmith" }
pulumi_wasm_generator_lib = { version = "=0.0.0-DEV", path = "pulumi_wasm_generator_lib", registry = "cloudsmith" }
pulumi_wasm_random = { version = "=4.15.0-0.0.0-DEV", path = "providers/pulumi_wasm_provider_random_rust", registry = "cloudsmith" }
pulumi_wasm_rust = { version = "=0.0.0-DEV", path = "pulumi_wasm_rust", registry = "cloudsmith" }
pulumi_wasm_rust_macro = { version = "=0.0.0-DEV", path = "pulumi_wasm_rust_macro", registry = "cloudsmith" }
pulumi_wasm_common = { version = "=0.0.0-DEV", path = "pulumi_wasm_common", registry = "cloudsmith" }
pulumi_wasm_proto = { version = "=0.0.0-DEV", path = "pulumi_wasm_proto", registry = "cloudsmith" }
pulumi_wasm_wit = { version = "=0.0.0-DEV", path = "pulumi_wasm_wit", registry = "cloudsmith" }
pulumi_wasm_runner_component_creator = { version = "=0.0.0-DEV", path = "pulumi_wasm_runner_component_creator", registry = "cloudsmith" }
pulumi_wasm_provider_common = { version = "=0.0.0-DEV", path = "pulumi_wasm_provider_common", registry = "cloudsmith" }
pulumi_wasm_typesystem = { version = "=1.0.0-0.0.0-DEV", path = "providers/pulumi_wasm_provider_typesystem_rust", registry = "cloudsmith" }
pulumi_wasm_core = { version = "=0.0.0-NIGHTLY-38cf455", path = "pulumi_wasm_core", registry = "cloudsmith" }
pulumi_wasm_docker = { version = "=4.5.3-0.0.0-NIGHTLY-38cf455", path = "providers/pulumi_wasm_provider_docker_rust", registry = "cloudsmith" }
pulumi_wasm_generator_lib = { version = "=0.0.0-NIGHTLY-38cf455", path = "pulumi_wasm_generator_lib", registry = "cloudsmith" }
pulumi_wasm_random = { version = "=4.15.0-0.0.0-NIGHTLY-38cf455", path = "providers/pulumi_wasm_provider_random_rust", registry = "cloudsmith" }
pulumi_wasm_rust = { version = "=0.0.0-NIGHTLY-38cf455", path = "pulumi_wasm_rust", registry = "cloudsmith" }
pulumi_wasm_rust_macro = { version = "=0.0.0-NIGHTLY-38cf455", path = "pulumi_wasm_rust_macro", registry = "cloudsmith" }
pulumi_wasm_common = { version = "=0.0.0-NIGHTLY-38cf455", path = "pulumi_wasm_common", registry = "cloudsmith" }
pulumi_wasm_proto = { version = "=0.0.0-NIGHTLY-38cf455", path = "pulumi_wasm_proto", registry = "cloudsmith" }
pulumi_wasm_wit = { version = "=0.0.0-NIGHTLY-38cf455", path = "pulumi_wasm_wit", registry = "cloudsmith" }
pulumi_wasm_runner_component_creator = { version = "=0.0.0-NIGHTLY-38cf455", path = "pulumi_wasm_runner_component_creator", registry = "cloudsmith" }
pulumi_wasm_provider_common = { version = "=0.0.0-NIGHTLY-38cf455", path = "pulumi_wasm_provider_common", registry = "cloudsmith" }
pulumi_wasm_typesystem = { version = "=1.0.0-0.0.0-NIGHTLY-38cf455", path = "providers/pulumi_wasm_provider_typesystem_rust", registry = "cloudsmith" }

anyhow = "1.0.82"
prost = "0.13.1"
Expand Down
2 changes: 1 addition & 1 deletion providers/pulumi_wasm_provider_cloudflare/Cargo.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fca2cc7

Please sign in to comment.