n4th tests work again
This commit is contained in:
+3
-1
@@ -10,4 +10,6 @@ crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
vcore = { path = "../vcore" }
|
||||
mlua = { version = "0.8.0-beta.4", features = ["lua54", "vendored", "module"] }
|
||||
novaforth = { path = "../novaforth" }
|
||||
tinyjson = "2.5.1"
|
||||
mlua = { version = "0.12.1", features = ["lua55", "module"] }
|
||||
|
||||
Reference in New Issue
Block a user