Skip to content

Commit

Permalink
Update rquickjs
Browse files Browse the repository at this point in the history
  • Loading branch information
richarddavison committed Jan 21, 2024
1 parent b3a8b9d commit 0aa7698
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crc32c = "0.6.4"
crc32fast = "1.3.2"
phf = "0.11.2"
md-5 = { version = "0.10.6", features = ["asm"] }
rquickjs = { version = "0.4.0", features = [
rquickjs = { version = "0.4.2", features = [
"full-async",
"parallel",
], default-features = false }
Expand Down Expand Up @@ -67,7 +67,7 @@ aws-lc-rs = "1.5.2"

[build-dependencies]
relative-path = "1.9.0"
rquickjs = { version = "0.4.0", features = [
rquickjs = { version = "0.4.2", features = [
"full-async",
], default-features = false }
tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit 0aa7698

Please sign in to comment.