Skip to content

Commit e89cd5c

Browse files
authored
update templates (#787)
1 parent 00d2b20 commit e89cd5c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

templates/axum/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ release = false
1111
crate-type = ["cdylib"]
1212

1313
[dependencies]
14-
worker = { version = "0.6.0", features = ['http', 'axum'] }
15-
worker-macros = { version = "0.6.0", features = ['http'] }
14+
worker = { version = "0.6", features = ['http', 'axum'] }
15+
worker-macros = { version = "0.6", features = ['http'] }
1616
axum = { version = "0.8", default-features = false }
1717
tower-service = "0.3.3"
1818
console_error_panic_hook = { version = "0.1.7" }

templates/hello-world-http/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ release = false
1111
crate-type = ["cdylib"]
1212

1313
[dependencies]
14-
worker = { version = "0.6.0", features = ['http'] }
15-
worker-macros = { version = "0.6.0", features = ['http'] }
14+
worker = { version = "0.6", features = ['http'] }
15+
worker-macros = { version = "0.6", features = ['http'] }
1616
console_error_panic_hook = { version = "0.1.7" }
1717
http = "1.3"

templates/hello-world/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ release = false
1111
crate-type = ["cdylib"]
1212

1313
[dependencies]
14-
worker = { version = "0.6.0" }
15-
worker-macros = { version = "0.6.0" }
14+
worker = { version = "0.6" }
15+
worker-macros = { version = "0.6" }
1616
console_error_panic_hook = { version = "0.1.7" }

0 commit comments

Comments
 (0)