Skip to content

Commit 914b3df

Browse files
committed
0.7.0
1 parent a11c95b commit 914b3df

5 files changed

Lines changed: 4 additions & 7 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ exclude = [
1717
]
1818
resolver = "2"
1919

20-
[workspace.package]
21-
version = "0.7.0"
22-
2320
[workspace.dependencies]
2421
async-trait = "0.1.88"
2522
cfg-if = "1.0.1"

worker-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Cloudflare Workers Team <workers@cloudflare.com>"]
33
edition = "2021"
44
name = "worker-build"
5-
version.workspace = true
5+
version = "0.7.0"
66
license = "Apache-2.0"
77
repository = "https://github.com/cloudflare/workers-rs/tree/main/worker-build"
88
readme = "README.md"

worker-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "worker-macros"
3-
version.workspace = true
3+
version = "0.7.0"
44
authors = ["Cloudflare Workers Team <workers@cloudflare.com>"]
55
repository = "https://github.com/cloudflare/workers-rs/tree/main/worker-macros"
66
edition = "2021"

worker-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "worker-sys"
33
authors = ["Cloudflare Workers Team <workers@cloudflare.com>"]
44
edition = "2021"
5-
version.workspace = true
5+
version = "0.7.0"
66
license = "Apache-2.0"
77
repository = "https://github.com/cloudflare/workers-rs/tree/main/worker-sys"
88
description = "Low-level extern definitions / FFI bindings to the Cloudflare Workers JS Runtime."

worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "worker"
3-
version.workspace = true
3+
version = "0.7.0"
44
authors = ["Cloudflare Workers Team <workers@cloudflare.com>"]
55
repository = "https://github.com/cloudflare/workers-rs"
66
edition = "2018"

0 commit comments

Comments
 (0)