Skip to content

Commit

Permalink
chore: update version of worker dep in worker-sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Manuel committed Nov 5, 2021
1 parent 431aed1 commit 07bf913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker-sandbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ regex = "1.5.4"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
wee_alloc = { version = "0.4.2", optional = true }
worker = { path = "../worker", version = "0.0.6" }
worker = { path = "../worker", version = "0.0.7" }

[dev-dependencies]
wasm-bindgen-test = "0.2"

0 comments on commit 07bf913

Please sign in to comment.