Skip to content

Commit

Permalink
Update worker requirement from 0.2.0 to 0.3.1 (#45)
Browse files Browse the repository at this point in the history
* Update worker requirement from 0.2.0 to 0.3.2

Updates the requirements on [worker](https://github.com/cloudflare/workers-rs) to permit the latest version.
- [Release notes](https://github.com/cloudflare/workers-rs/releases)
- [Commits](cloudflare/workers-rs@v0.2.0...v0.3.2)

---
updated-dependencies:
- dependency-name: worker
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update worker to v0.3.2

* Reduce the amount of times that we build the code

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Δ ǀ Ξ ȼ <[email protected]>
  • Loading branch information
dependabot[bot] and a1ecbr0wn authored Aug 2, 2024
1 parent 8f20870 commit a56259d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
target: wasm32-unknown-unknown

- name: Build rust code
run: cargo build

- name: Setup Node
uses: actions/setup-node@v4
Expand Down
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.2.0"
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 a56259d

Please sign in to comment.