Skip to content

Commit

Permalink
Bump mrml from 1.2.11 to 2.0.0 in /native/mjml_nif
Browse files Browse the repository at this point in the history
Bumps [mrml](https://github.com/jdrouet/mrml) from 1.2.11 to 2.0.0.
- [Release notes](https://github.com/jdrouet/mrml/releases)
- [Changelog](https://github.com/jdrouet/mrml/blob/main/changelog.md)
- [Commits](jdrouet/mrml@v1.2.11...mrml-core-2.0.0)

---
updated-dependencies:
- dependency-name: mrml
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent e0df1cd commit 51618ab
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 74 deletions.
134 changes: 61 additions & 73 deletions native/mjml_nif/Cargo.lock

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

2 changes: 1 addition & 1 deletion native/mjml_nif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib"]

[dependencies]
rustler = "0.30.0"
mrml = { version = "1.2", default-features = false, features = ["parse", "render", "orderedmap"] }
mrml = { version = "2.0", default-features = false, features = ["parse", "render", "orderedmap"] }

[features]
default = ["nif_version_2_15"]
Expand Down

0 comments on commit 51618ab

Please sign in to comment.