Skip to content

Commit

Permalink
build: bump mrml-core to 2.0.0-rc.7
Browse files Browse the repository at this point in the history
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
  • Loading branch information
jdrouet committed Dec 1, 2023
1 parent 15d6788 commit 55f839c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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 packages/mrml-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "src/main.rs"
name = "mrml"

[dependencies]
mrml = { version = "2.0.0-rc.6", path = "../mrml-core" }
mrml = { version = "2.0.0-rc.7", path = "../mrml-core" }
clap = { version = "4.3", features = ["derive"] }
env_logger = "0.10"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/mrml-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "mrml"
description = "Rust implementation of MJML renderer"
keywords = ["email", "mjml"]
version = "2.0.0-rc.6"
version = "2.0.0-rc.7"
authors = ["Jérémie Drouet <jeremie.drouet@gmail.com>"]
edition = "2018"
license-file = "license.md"
Expand Down
2 changes: 1 addition & 1 deletion packages/mrml-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ reqwest-include-loader = ["async", "mrml/http-loader-async-reqwest"]
# code size when deploying.
console_error_panic_hook = { version = "0.1.7", optional = true }

mrml = { version = "2.0.0-rc.6", path = "../mrml-core", default-features = false, features = [
mrml = { version = "2.0.0-rc.7", path = "../mrml-core", default-features = false, features = [
"parse",
"render",
] }
Expand Down

0 comments on commit 55f839c

Please sign in to comment.