Skip to content

Commit

Permalink
chore: update msrv to 1.72
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Feb 12, 2024
1 parent 63c3a4e commit 6426df0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -75,7 +75,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: "1.66"
toolchain: "1.72"
override: true
- run: cargo build --all-features

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/sunng87/handlebars-rust"
documentation = "https://docs.rs/crate/handlebars/"
readme = "README.md"
edition = "2021"
rust-version = "1.66"
rust-version = "1.72"

[lib]
name = "handlebars"
Expand Down

0 comments on commit 6426df0

Please sign in to comment.