Skip to content

Commit

Permalink
Merge pull request #1550 from sunng87/feature/hbs4
Browse files Browse the repository at this point in the history
update handlebars to 4.0
  • Loading branch information
ehuss authored Jun 6, 2021
2 parents 2f7293a + 9813802 commit 7ddc3df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
rust: stable
- build: msrv
os: ubuntu-latest
rust: 1.42.0
rust: 1.45.0
steps:
- uses: actions/checkout@master
- name: Install Rust
Expand Down
4 changes: 2 additions & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ anyhow = "1.0.28"
chrono = "0.4"
clap = "2.24"
env_logger = "0.7.1"
handlebars = "3.0"
handlebars = "4.0"
lazy_static = "1.0"
log = "0.4"
memchr = "2.0"
Expand Down

0 comments on commit 7ddc3df

Please sign in to comment.