mirror of
https://github.com/lune-org/lune.git
synced 2025-04-19 19:34:02 +01:00
Use published version of scheduler crate
This commit is contained in:
parent
9481544394
commit
3e80e7934a
2 changed files with 4 additions and 3 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -1487,8 +1487,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mlua-luau-scheduler"
|
name = "mlua-luau-scheduler"
|
||||||
version = "0.0.0"
|
version = "0.0.1"
|
||||||
source = "git+https://github.com/lune-org/mlua-luau-scheduler?rev=0207da50ae0e4ea98e8a42b629dccf1e862131ac#0207da50ae0e4ea98e8a42b629dccf1e862131ac"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "8c7ba4c0a49d3549cbb152c72cb447a0e733de8f1b70bb276a010e13addbd72b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-executor",
|
"async-executor",
|
||||||
"blocking",
|
"blocking",
|
||||||
|
|
|
@ -84,7 +84,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||||
tokio = { version = "1.24", features = ["full", "tracing"] }
|
tokio = { version = "1.24", features = ["full", "tracing"] }
|
||||||
os_str_bytes = { version = "7.0", features = ["conversions"] }
|
os_str_bytes = { version = "7.0", features = ["conversions"] }
|
||||||
|
|
||||||
mlua-luau-scheduler = { git = "https://github.com/lune-org/mlua-luau-scheduler", rev = "0207da50ae0e4ea98e8a42b629dccf1e862131ac" }
|
mlua-luau-scheduler = { version = "0.0.1" }
|
||||||
mlua = { version = "0.9.5", features = [
|
mlua = { version = "0.9.5", features = [
|
||||||
"luau",
|
"luau",
|
||||||
"luau-jit",
|
"luau-jit",
|
||||||
|
|
Loading…
Add table
Reference in a new issue