Skip to content

Commit

Permalink
Merge pull request #862 from cdklabs/github-actions/release
Browse files Browse the repository at this point in the history
chore: Release cdk-from-cfn version 0.193.0
  • Loading branch information
cdklabs-automation authored Feb 27, 2025
2 parents 7a5a255 + c7d0c2b commit fee956e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
15 changes: 7 additions & 8 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdk-from-cfn"
version = "0.192.0"
version = "0.193.0"
edition = "2021"
rust-version = "1.84"
description = "Turn AWS CloudFormation templates into AWS CDK applications"
Expand Down Expand Up @@ -47,7 +47,7 @@ aws-config = "^1.5.17"
aws-sdk-cloudformation = "^1.67.0"
tokio = { version = "1", features = ["full"] }
walkdir = "2.5.0"
zip = "2.2.2"
zip = "2.2.3"

[build-dependencies]
indexmap = "^2.7.0"
Expand All @@ -60,7 +60,7 @@ serde_json = "^1.0.139"
serde_with = "^3.12.0"
voca_rs = "^1.15.2"
walkdir = "2.5.0"
zip = "2.2.2"
zip = "2.2.3"

[profile.release]
codegen-units = 1
Expand Down

0 comments on commit fee956e

Please sign in to comment.