Skip to content

Commit

Permalink
Update worker to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ecbr0wn committed Aug 2, 2024
1 parent 94174b3 commit 7ee6696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ default = ["console_error_panic_hook"]

[dependencies]
cfg-if = "1.0.0"
# When you change the version of workers, ensure the same version is set for
# `WORKERS_RS_VERSION` in `wrangler.toml`, especially when dependabot does it
worker = "0.3.1"
worker = "0.3.2"
serde_json = "1.0"
wasm-bindgen = "^0.2.91"
wasm-timer = "0.2.5"

# The `console_error_panic_hook` crate provides better debugging of panics by
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "wrangler dev --local"
},
"dependencies": {
"wrangler": "^3.53.1",
"wrangler": "^3.68.0",
"wrangler2": "^1.0.0"
}
}

0 comments on commit 7ee6696

Please sign in to comment.