Skip to content

Commit

Permalink
Revert "Enable quickjs bindgen so bindings built for unsupported targ…
Browse files Browse the repository at this point in the history
…ets (#34)"

This reverts commit bd228b1.

This fix the build on Docker
  • Loading branch information
unixfox committed Nov 17, 2024
1 parent bd228b1 commit ef11b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
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"] }
reqwest = "0.12.4"
lazy-regex = "3.1.0"
Expand Down

0 comments on commit ef11b83

Please sign in to comment.