Skip to content

Commit

Permalink
Merge pull request #12 from rhaiscript/chore/bump-rhai
Browse files Browse the repository at this point in the history
chore: bump rhai to 1.19
  • Loading branch information
ltabis authored Jul 4, 2024
2 parents 3aee781 + 3869e05 commit 72b56f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- run: cargo test --all
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ categories = ["embedded"]
[dependencies]
libloading = { version = "0.8", optional = true }

rhai = { version = "1.18", features = [
rhai = { version = "1.19", features = [
"internals", # Used to implement the ModuleResolver trait.
] }

Expand Down

0 comments on commit 72b56f2

Please sign in to comment.