Skip to content

Commit

Permalink
Release v25.2.12-5b83dea
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 12, 2025
1 parent 5b83dea commit 96bd451
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 114 deletions.
68 changes: 34 additions & 34 deletions Cargo.lock

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

36 changes: 18 additions & 18 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,28 +41,28 @@ members = [
]

[workspace.package]
version = "0.0.0-DEV"
version = "25.2.12-5b83dea"
edition = "2021"
repository = "https://github.com/andrzejressel/pulumi-gestalt-releases"

[workspace.dependencies]
pulumi_gestalt_core = { version = "=0.0.0-DEV", path = "crates/core", registry = "cloudsmith" }
pulumi_gestalt_build = { version = "=0.0.0-DEV", path = "crates/rust_build", registry = "cloudsmith" }
pulumi_gestalt_generator = { version = "=0.0.0-DEV", path = "crates/rust_generator", registry = "cloudsmith" }
pulumi_gestalt_rust = { version = "=0.0.0-DEV", path = "crates/rust", registry = "cloudsmith" }
pulumi_gestalt_rust_common = { version = "=0.0.0-DEV", path = "crates/rust_common", registry = "cloudsmith" }
pulumi_gestalt_proto = { version = "=0.0.0-DEV", path = "crates/proto", registry = "cloudsmith" }
pulumi_gestalt_wit = { version = "=0.0.0-DEV", path = "crates/wit", registry = "cloudsmith" }
pulumi_gestalt_wasm_component_creator = { version = "=0.0.0-DEV", path = "crates/wasm_component_creator", registry = "cloudsmith" }
pulumi_gestalt_providers_docker = { version = "=0.0.0-DEV", path = "providers/docker", registry = "cloudsmith" }
pulumi_gestalt_providers_random = { version = "=0.0.0-DEV", path = "providers/random", registry = "cloudsmith" }
pulumi_gestalt_providers_typesystem = { version = "=0.0.0-DEV", path = "providers/typesystem", registry = "cloudsmith" }
pulumi_gestalt_examples_common = { version = "=0.0.0-DEV", path = "examples/common", registry = "cloudsmith" }
pulumi_gestalt_grpc_connection = { version = "=0.0.0-DEV", path = "crates/grpc", registry = "cloudsmith" }
pulumi_gestalt_rust_adapter = { version = "=0.0.0-DEV", path = "crates/rust_adapter", registry = "cloudsmith" }
pulumi_gestalt_rust_adapter_wasm = { version = "=0.0.0-DEV", path = "crates/rust_adapter_wasm", registry = "cloudsmith" }
pulumi_gestalt_rust_adapter_native_simple = { version = "=0.0.0-DEV", path = "crates/rust_adapter_native_simple", registry = "cloudsmith" }
pulumi_gestalt_rust_adapter_native = { version = "=0.0.0-DEV", path = "crates/rust_adapter_native", registry = "cloudsmith" }
pulumi_gestalt_core = { version = "=25.2.12-5b83dea", path = "crates/core", registry = "cloudsmith" }
pulumi_gestalt_build = { version = "=25.2.12-5b83dea", path = "crates/rust_build", registry = "cloudsmith" }
pulumi_gestalt_generator = { version = "=25.2.12-5b83dea", path = "crates/rust_generator", registry = "cloudsmith" }
pulumi_gestalt_rust = { version = "=25.2.12-5b83dea", path = "crates/rust", registry = "cloudsmith" }
pulumi_gestalt_rust_common = { version = "=25.2.12-5b83dea", path = "crates/rust_common", registry = "cloudsmith" }
pulumi_gestalt_proto = { version = "=25.2.12-5b83dea", path = "crates/proto", registry = "cloudsmith" }
pulumi_gestalt_wit = { version = "=25.2.12-5b83dea", path = "crates/wit", registry = "cloudsmith" }
pulumi_gestalt_wasm_component_creator = { version = "=25.2.12-5b83dea", path = "crates/wasm_component_creator", registry = "cloudsmith" }
pulumi_gestalt_providers_docker = { version = "=25.2.12-5b83dea", path = "providers/docker", registry = "cloudsmith" }
pulumi_gestalt_providers_random = { version = "=25.2.12-5b83dea", path = "providers/random", registry = "cloudsmith" }
pulumi_gestalt_providers_typesystem = { version = "=25.2.12-5b83dea", path = "providers/typesystem", registry = "cloudsmith" }
pulumi_gestalt_examples_common = { version = "=25.2.12-5b83dea", path = "examples/common", registry = "cloudsmith" }
pulumi_gestalt_grpc_connection = { version = "=25.2.12-5b83dea", path = "crates/grpc", registry = "cloudsmith" }
pulumi_gestalt_rust_adapter = { version = "=25.2.12-5b83dea", path = "crates/rust_adapter", registry = "cloudsmith" }
pulumi_gestalt_rust_adapter_wasm = { version = "=25.2.12-5b83dea", path = "crates/rust_adapter_wasm", registry = "cloudsmith" }
pulumi_gestalt_rust_adapter_native_simple = { version = "=25.2.12-5b83dea", path = "crates/rust_adapter_native_simple", registry = "cloudsmith" }
pulumi_gestalt_rust_adapter_native = { version = "=25.2.12-5b83dea", path = "crates/rust_adapter_native", registry = "cloudsmith" }

anyhow = "1.0.82"
prost = "0.13.1"
Expand Down
Loading

0 comments on commit 96bd451

Please sign in to comment.