Skip to content

Commit

Permalink
Pin (more strict) lua-src and luajit-src versions
Browse files Browse the repository at this point in the history
  • Loading branch information
khvzak committed Aug 15, 2023
1 parent 15e353a commit e4eeee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ parking_lot = { version = "0.12", optional = true }
[build-dependencies]
cc = { version = "1.0" }
pkg-config = { version = "0.3.17" }
lua-src = { version = ">= 546.0.0, < 550.0.0", optional = true }
luajit-src = { version = ">= 210.4.0, < 220.0.0", optional = true }
lua-src = { version = ">= 546.0.0, < 546.1.0", optional = true }
luajit-src = { version = ">= 210.4.0, < 210.5.0", optional = true }
luau0-src = { version = "0.5.0", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit e4eeee0

Please sign in to comment.