Skip to content

Commit 7ddc3df

Browse files
authored
Merge pull request #1550 from sunng87/feature/hbs4
update handlebars to 4.0
2 parents 2f7293a + 9813802 commit 7ddc3df

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
rust: stable
3232
- build: msrv
3333
os: ubuntu-latest
34-
rust: 1.42.0
34+
rust: 1.45.0
3535
steps:
3636
- uses: actions/checkout@master
3737
- name: Install Rust

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ anyhow = "1.0.28"
2020
chrono = "0.4"
2121
clap = "2.24"
2222
env_logger = "0.7.1"
23-
handlebars = "3.0"
23+
handlebars = "4.0"
2424
lazy_static = "1.0"
2525
log = "0.4"
2626
memchr = "2.0"

0 commit comments

Comments
 (0)