martinohmann / hcl-rs

HCL parsing and encoding libraries for rust with serde support
Apache License 2.0
119 stars 14 forks source link

fix!: remove deprecated items #355

Closed martinohmann closed 1 month ago

martinohmann commented 1 month ago

BREAKING CHANGE: The deprecated hcl::expr::RawExpression type and the hcl::template::StripMode alias were removed. Instead of the latter use hcl::template::Strip instead. The former has not replacement.