Skip to content

Commit

Permalink
Merge pull request #797 from cdklabs/github-actions/release
Browse files Browse the repository at this point in the history
chore: Release cdk-from-cfn version 0.169.0
  • Loading branch information
cdklabs-automation authored Dec 27, 2024
2 parents 462008e + 5c175c7 commit 48f8dc3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdk-from-cfn"
version = "0.168.0"
version = "0.169.0"
edition = "2021"
rust-version = "1.78"
description = "Turn AWS CloudFormation templates into AWS CDK applications"
Expand Down Expand Up @@ -34,7 +34,7 @@ phf = { version = "^0.11.2", features = ["macros"] }
rustc-hash = { version = "2.1.0", optional = true }
serde = { version = "^1.0.216", features = ["derive"] }
serde-enum-str = "^0.4.0"
serde_with = "^3.11.0"
serde_with = "^3.12.0"
serde_yaml = "^0.9.34"
thiserror = "^2.0.9"
topological-sort = "^0.2.2"
Expand All @@ -55,8 +55,8 @@ phf_codegen = "^0.11.2"
rustc-hash = { version = "2.1.0", optional = true }
serde = { version = "^1.0.216", features = ["derive"] }
serde-enum-str = "^0.4.0"
serde_json = "^1.0.133"
serde_with = "^3.11.0"
serde_json = "^1.0.134"
serde_with = "^3.12.0"
voca_rs = "^1.15.2"
walkdir = "2.5.0"
zip = "2.2.2"
Expand Down

0 comments on commit 48f8dc3

Please sign in to comment.