Skip to content

Commit

Permalink
Try dependency workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidmackenzie committed Aug 19, 2024
1 parent f66d78a commit 6d0588b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions collectr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ name = "worker"
path = "src/worker.rs"

[dependencies]
# To workaround issue: https://github.com/cloudflare/workers-rs/issues/617
wasm-bindgen = "=0.2.92"

data_model = { path = "../data_model" }
worker = { version = "0.3.3", features = ["queue"] }
# To workaround issue: https://github.com/cloudflare/workers-rs/issues/617
worker = { git = "https://github.com/fornwall/workers-rs", branch = "js-sys-0.3.70", features = ["queue"] }
#worker = { version = "0.3.3", features = ["queue"] }
serde_derive = "~1.0"
serde = "~1.0"
serde_json = "1.0.107"

0 comments on commit 6d0588b

Please sign in to comment.