Caige Nichols
Caige Nichols
Added a compose setup so those curious can spin this up in a jiffy.
Fixes #442 Serializes `ttl_status_map` as an object instead of a JavaScript Map using a serde_wasm_bindgen serializer. Inspecting cf properties, TTL attributes are now present. Before: ```Rust request cf properties: Cf...
### Is there an existing issue for this? - [X] I have searched the existing issues ### What version of `workers-rs` are you using? 0.0.18 ### What version of `wrangler`...
### Is there an existing issue for this? - [X] I have searched the existing issues ### What version of `workers-rs` are you using? 0.0.23 ### What version of `wrangler`...
Follow up with the recent rename from environments to workspaces. I was initially confused when I tried to use `workspace` with `terraform_remote_state` and it failed. Looking at the docs showed...
Many crates are now on Reqwest `0.12.x` and since Cargo treats `x` as a major version in `0.x.y` we are stuck on `0.11.x`.