Skip to content

Commit

Permalink
feat!: upgrade to handlebars 6 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
skwee357 authored Sep 22, 2024
1 parent f1f70a6 commit c346491
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ documentation = "https://docs.rs/fluent-templates/"
repository = "https://github.com/XAMPPRocky/fluent-templates"
authors = ["XAMPPRocky <xampprocky@icloud.com>"]
description = "Templating for the Fluent localization framework"
keywords = ["handlebars", "tera", "fluent", "internationalization", "localization"]
keywords = [
"handlebars",
"tera",
"fluent",
"internationalization",
"localization",
]
categories = ["internationalization", "localization", "template-engine"]

[workspace.dependencies]
Expand All @@ -47,7 +53,7 @@ handlebars = ["dep:handlebars", "dep:serde_json"]
tera = ["dep:tera", "dep:heck", "dep:serde_json"]

[dependencies]
handlebars = { version = "5", optional = true }
handlebars = { version = "6", optional = true }
fluent-bundle = "0.15"
fluent-syntax = "0.11"
fluent-langneg = "0.13"
Expand Down

0 comments on commit c346491

Please sign in to comment.