mirror of
https://github.com/iv-org/inv_sig_helper.git
synced 2024-11-22 21:49:42 +00:00
Revert "Enable quickjs bindgen so bindings built for unsupported targets (#34)"
This reverts commit bd228b11f9
.
This fix the build on Docker
This commit is contained in:
parent
bd228b11f9
commit
ef11b83a97
@ -7,7 +7,7 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
regex = "1.10.4"
|
regex = "1.10.4"
|
||||||
rquickjs = {version = "0.6.0", features=["bindgen", "futures", "parallel"]}
|
rquickjs = {version = "0.6.0", features=["futures", "parallel"]}
|
||||||
tokio = { version = "1.37.0", features = ["full", "net", "macros", "rt-multi-thread", "io-std", "io-util", "mio"] }
|
tokio = { version = "1.37.0", features = ["full", "net", "macros", "rt-multi-thread", "io-std", "io-util", "mio"] }
|
||||||
reqwest = "0.12.4"
|
reqwest = "0.12.4"
|
||||||
lazy-regex = "3.1.0"
|
lazy-regex = "3.1.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user