Skip to content

Commit

Permalink
chore: update rhai to 1.16.1 and set msrv to 1.66
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Sep 14, 2023
1 parent e0abb1b commit 93cfea4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: "1.61"
toolchain: "1.66"
override: true
- run: cargo build --all-features

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
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.61"
rust-version = "1.66"

[lib]
name = "handlebars"
Expand All @@ -29,7 +29,7 @@ pest_derive = "2.1.0"
serde = "1.0.0"
serde_json = "1.0.39"
walkdir = { version = "2.2.3", optional = true }
rhai = { version = "1.6", optional = true, features = ["sync", "serde"] }
rhai = { version = "1.16.1", optional = true, features = ["sync", "serde"] }
rust-embed = { version = "8.0.0", optional = true, features = ["include-exclude"] }

[dev-dependencies]
Expand Down

0 comments on commit 93cfea4

Please sign in to comment.