Skip to content

Commit

Permalink
Release v25.2.7-13d51fa
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 7, 2025
1 parent 13d51fa commit 0f7479a
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 104 deletions.
58 changes: 29 additions & 29 deletions Cargo.lock

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

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

[workspace.package]
version = "0.0.0-DEV"
version = "25.2.7-13d51fa"
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_common = { version = "=0.0.0-DEV", path = "pulumi_gestalt_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_runner_component_creator = { version = "=0.0.0-DEV", path = "crates/wasm_runner_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_core = { version = "=25.2.7-13d51fa", path = "crates/core", registry = "cloudsmith" }
pulumi_gestalt_build = { version = "=25.2.7-13d51fa", path = "crates/rust_build", registry = "cloudsmith" }
pulumi_gestalt_generator = { version = "=25.2.7-13d51fa", path = "crates/rust_generator", registry = "cloudsmith" }
pulumi_gestalt_rust = { version = "=25.2.7-13d51fa", path = "crates/rust", registry = "cloudsmith" }
pulumi_gestalt_common = { version = "=25.2.7-13d51fa", path = "pulumi_gestalt_common", registry = "cloudsmith" }
pulumi_gestalt_proto = { version = "=25.2.7-13d51fa", path = "crates/proto", registry = "cloudsmith" }
pulumi_gestalt_wit = { version = "=25.2.7-13d51fa", path = "crates/wit", registry = "cloudsmith" }
pulumi_gestalt_runner_component_creator = { version = "=25.2.7-13d51fa", path = "crates/wasm_runner_component_creator", registry = "cloudsmith" }
pulumi_gestalt_providers_docker = { version = "=25.2.7-13d51fa", path = "providers/docker", registry = "cloudsmith" }
pulumi_gestalt_providers_random = { version = "=25.2.7-13d51fa", path = "providers/random", registry = "cloudsmith" }
pulumi_gestalt_providers_typesystem = { version = "=25.2.7-13d51fa", path = "providers/typesystem", registry = "cloudsmith" }
pulumi_gestalt_examples_common = { version = "=25.2.7-13d51fa", path = "examples/common", registry = "cloudsmith" }
pulumi_gestalt_grpc_connection = { version = "=25.2.7-13d51fa", path = "crates/grpc", registry = "cloudsmith" }

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

0 comments on commit 0f7479a

Please sign in to comment.