Skip to content

Commit e32a30e

Browse files
committed
publish 0.1.4 crates
1 parent 02146fc commit e32a30e

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

crates/vercel_axum/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vercel_axum"
3-
version = "1.1.3"
3+
version = "1.1.4"
44
edition = "2021"
55
authors = ["Vercel <[email protected]>"]
66
description = "Vercel Rust Axum Adapter"
@@ -19,5 +19,5 @@ http-body-util = "0.1"
1919
tower = "0.4"
2020
tower-service = "0.3"
2121
serde_json = "1.0"
22-
vercel_runtime = "1.1.3"
23-
# vercel_runtime = { version = "1.1.3", path = "../vercel_runtime" }
22+
vercel_runtime = "1.1.4"
23+
# vercel_runtime = { version = "1.1.4", path = "../vercel_runtime" }

crates/vercel_runtime/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vercel_runtime"
3-
version = "1.1.3"
3+
version = "1.1.4"
44
edition = "2021"
55
authors = ["Vercel <[email protected]>"]
66
description = "Vercel Rust Function Runtime"
@@ -30,7 +30,7 @@ http-serde = "2.1.1"
3030
base64 = "0.22"
3131
bytes = "1.5.0"
3232
async-trait = "0.1.73"
33-
vercel_runtime_router = "1.1.3"
34-
vercel_runtime_macro = "1.1.3"
35-
# vercel_runtime_router = { version = "1.1.0", path = "../vercel_runtime_router" }
36-
# vercel_runtime_macro = { version = "1.1.0", path = "../vercel_runtime_macro" }
33+
vercel_runtime_router = "1.1.4"
34+
vercel_runtime_macro = "1.1.4"
35+
# vercel_runtime_router = { version = "1.1.4", path = "../vercel_runtime_router" }
36+
# vercel_runtime_macro = { version = "1.1.4", path = "../vercel_runtime_macro" }

crates/vercel_runtime_macro/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vercel_runtime_macro"
3-
version = "1.1.3"
3+
version = "1.1.4"
44
edition = "2021"
55
authors = ["Vercel <[email protected]>"]
66
description = "Vercel Rust Function Runtime Macro"
@@ -17,5 +17,5 @@ proc-macro = true
1717
glob = "0.3.1"
1818
quote = "1.0"
1919
syn = { version = "1.0", features = ["full"] }
20-
vercel_runtime_router = "1.1.3"
21-
# vercel_runtime_router = { version = "1.1.0", path = "../vercel_runtime_router" }
20+
vercel_runtime_router = "1.1.4"
21+
# vercel_runtime_router = { version = "1.1.4", path = "../vercel_runtime_router" }

crates/vercel_runtime_router/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vercel_runtime_router"
3-
version = "1.1.3"
3+
version = "1.1.4"
44
edition = "2021"
55
authors = ["Vercel <[email protected]>"]
66
description = "Vercel Rust Function Runtime Router"

0 commit comments

Comments
 (0)