We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9d6a61 commit bafdb61Copy full SHA for bafdb61
Cargo.toml
@@ -62,7 +62,7 @@ parking_lot = { version = "0.12", features = ["arc_lock"] }
62
anyhow = { version = "1.0", optional = true }
63
rustversion = "1.0"
64
65
-ffi = { package = "mlua-sys", version = "0.8.0", path = "mlua-sys" }
+ffi = { package = "mlua-sys", version = "0.8.3", path = "mlua-sys" }
66
67
[dev-dependencies]
68
trybuild = "1.0"
@@ -78,8 +78,8 @@ tempfile = "3"
78
static_assertions = "1.0"
79
80
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
81
-criterion = { version = "0.6", features = ["async_tokio"] }
82
-rustyline = "16.0"
+criterion = { version = "0.7", features = ["async_tokio"] }
+rustyline = "17.0"
83
tokio = { version = "1.0", features = ["full"] }
84
85
[lints.rust]
0 commit comments