Skip to content

Commit

Permalink
chore: bump worker-rs 0.3.0 -> 0.4.2 (#109)
Browse files Browse the repository at this point in the history
This also pin the Rust toolchain to 1.81.0. We can look into removing
this pin once the issue between the wasm bindings between 1.82 and Node
18.

### References
- rustwasm/wasm-bindgen#4211
- cloudflare/workers-rs#654
  • Loading branch information
augustoccesar authored Oct 22, 2024
1 parent a42e36c commit c5a3017
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 21 deletions.
41 changes: 21 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "1.81.0"
2 changes: 1 addition & 1 deletion worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ http = "1.1.0"
linkup = { path = "../linkup" }
regex = "1.11.0"
tower-service = "0.3.3"
worker = { version = "0.3.0", features = ["http", "axum"] }
worker = { version = "0.4.2", features = ["http", "axum"] }

0 comments on commit c5a3017

Please sign in to comment.