Skip to content

Commit

Permalink
Temporarily point lua5.4 at a path to check CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglerchris committed Feb 5, 2022
1 parent 13e455f commit 56cfa20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -32,7 +32,7 @@ libc = { version = "0.2" }
num-traits = { version = "0.2.14" }
bitflags = { version = "1.0.4" }
bstr = {version = "0.2", features = ["std"], default_features = false }
rlua-lua54-sys = { version = "0.1.0", optional = true }
rlua-lua54-sys = { version = "0.1.0", optional = true, path = "crates/rlua-lua54-sys" }
rlua-lua53-sys = { version = "0.1.0", optional = true }
rlua-lua51-sys = { version = "0.1.0", optional = true }

Expand Down

0 comments on commit 56cfa20

Please sign in to comment.