Skip to content

Commit af0d8c8

Browse files
committed
Upgrade hlua to fix compilation issues
See tomaka/hlua#223
1 parent 4a621be commit af0d8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fxhash = { version = "0.2.1", optional = true }
3434
aabb-quadtree = { version = "0.1.0", optional = true }
3535

3636
# hlua
37-
hlua = { git = "https://github.com/fenollp/hlua.git", rev = "f327e79", optional = true } # hlua = { version = "0.4.1", optional = true } TODO: https://github.com/tomaka/hlua/pull/223
37+
hlua = { version = "0.4.3", optional = true }
3838

3939
# runtime benchmarking
4040
stopwatch = { version = "0.0.7", optional = true }

0 commit comments

Comments
 (0)