Skip to content

Commit

Permalink
Apply patch
Browse files Browse the repository at this point in the history
  • Loading branch information
richarddavison committed Nov 18, 2024
1 parent 711b2df commit 213febe
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions llrt_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ uncompressed = []
macro = ["rquickjs/macro"]
bindgen = ["rquickjs/bindgen"]

# [package.metadata.patch.rquickjs-core]
# version = "*"
# #patches = ["patches/promise-poll.patch"]
# patches = ["patches/promise-poll.patch"]
[package.metadata.patch.rquickjs-core]
version = "*"
patches = ["patches/promise-poll.patch"]

# [patch.crates-io]
# rquickjs-core = { path = "target/patch/rquickjs-core-0.6.2" }
[patch.crates-io]
rquickjs-core = { path = "target/patch/rquickjs-core-0.6.2" }

[dependencies]
llrt_context = { path = "../libs/llrt_context" }
Expand Down

0 comments on commit 213febe

Please sign in to comment.