Skip to content

Commit

Permalink
Undo Cargo.toml hack.
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglerchris committed Jul 24, 2022
1 parent 6fc043a commit d213a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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 = { optional = true, path = "crates/rlua-lua54-sys" }
rlua-lua54-sys = { version = "0.1.3", optional = true }
rlua-lua53-sys = { version = "0.1.2", optional = true }
rlua-lua51-sys = { version = "0.1.2", optional = true }

Expand Down

0 comments on commit d213a74

Please sign in to comment.