Skip to content

Commit

Permalink
locked to handlebars 4
Browse files Browse the repository at this point in the history
  • Loading branch information
iganev committed Jul 29, 2024
1 parent 9033e7a commit 38aff53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "handlebars-concat"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
authors = ["Ivan Ganev <[email protected]>"]
description = "Handlebars string, array and object concatenator helper."
Expand All @@ -17,7 +17,7 @@ name = "handlebars_concat"
path = "src/lib.rs"

[dependencies]
handlebars = { version = "^4" }
handlebars = { version = "4" }
serde_json = { version = "^1" }

[badges]
Expand Down

0 comments on commit 38aff53

Please sign in to comment.