File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,9 +17,6 @@ exclude = [
1717]
1818resolver = " 2"
1919
20- [workspace .package ]
21- version = " 0.7.0"
22-
2320[workspace .dependencies ]
2421async-trait = " 0.1.88"
2522cfg-if = " 1.0.1"
Original file line number Diff line number Diff line change 22authors = [" Cloudflare Workers Team <workers@cloudflare.com>" ]
33edition = " 2021"
44name = " worker-build"
5- version.workspace = true
5+ version = " 0.7.0 "
66license = " Apache-2.0"
77repository = " https://github.com/cloudflare/workers-rs/tree/main/worker-build"
88readme = " README.md"
Original file line number Diff line number Diff line change 11[package ]
22name = " worker-macros"
3- version.workspace = true
3+ version = " 0.7.0 "
44authors = [" Cloudflare Workers Team <workers@cloudflare.com>" ]
55repository = " https://github.com/cloudflare/workers-rs/tree/main/worker-macros"
66edition = " 2021"
Original file line number Diff line number Diff line change 22name = " worker-sys"
33authors = [" Cloudflare Workers Team <workers@cloudflare.com>" ]
44edition = " 2021"
5- version.workspace = true
5+ version = " 0.7.0 "
66license = " Apache-2.0"
77repository = " https://github.com/cloudflare/workers-rs/tree/main/worker-sys"
88description = " Low-level extern definitions / FFI bindings to the Cloudflare Workers JS Runtime."
Original file line number Diff line number Diff line change 11[package ]
22name = " worker"
3- version.workspace = true
3+ version = " 0.7.0 "
44authors = [" Cloudflare Workers Team <workers@cloudflare.com>" ]
55repository = " https://github.com/cloudflare/workers-rs"
66edition = " 2018"
You can’t perform that action at this time.
0 commit comments