Skip to content

Commit

Permalink
Constrain handlebars version to satisfy MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
max-heller committed Apr 6, 2024
1 parent 481f6b1 commit d58b9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ clap = { version = "4.3.12", features = ["cargo", "wrap_help"] }
clap_complete = "4.3.2"
once_cell = "1.17.1"
env_logger = "0.11.1"
handlebars = "5.0"
handlebars = "5.0, <5.1.2" # 5.1.2 raises MSRV to 1.72
log = "0.4.17"
memchr = "2.5.0"
opener = "0.6.1"
Expand Down

0 comments on commit d58b9ad

Please sign in to comment.