File tree Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,14 @@ Big thanks to [ekadas](https://github.com/ekadas) for [fixing a ton of issues](h
9090
9191- ` now dev ` is now 100% functional :tada :
9292
93+ ## 1.1.1
94+
95+ - Fix bundled_api glob [ #145 ] ( https://github.com/vercel-community/rust/pull/145 )
96+
97+ ## 1.1.0
98+
99+ - Hide requestExt [ #120 ] ( https://github.com/vercel-community/rust/pull/120 )
100+
93101## 1.0.1
94102
95103- Support for version 3 of Runtimes [ #14 ] ( https://github.com/mike-engel/vercel-rust/pull/14 )
Original file line number Diff line number Diff line change 11[package ]
22name = " vercel_runtime"
3- version = " 1.1.0 "
3+ version = " 1.1.1 "
44edition = " 2021"
55authors = [" Vercel <support@vercel.com>" ]
66description = " Vercel Rust Function Runtime"
@@ -30,7 +30,7 @@ tower-service = "0.3.2"
3030base64 = " 0.21.4"
3131bytes = " 1.5.0"
3232async-trait = " 0.1.73"
33- vercel_runtime_router = " 1.1.0 "
34- vercel_runtime_macro = " 1.1.0 "
33+ vercel_runtime_router = " 1.1.1 "
34+ vercel_runtime_macro = " 1.1.1 "
3535# vercel_runtime_router = { version = "1.1.0", path = "../vercel_runtime_router" }
3636# vercel_runtime_macro = { version = "1.1.0", path = "../vercel_runtime_macro" }
Original file line number Diff line number Diff line change 11[package ]
22name = " vercel_runtime_macro"
3- version = " 1.1.0 "
3+ version = " 1.1.1 "
44edition = " 2021"
55authors = [" Vercel <support@vercel.com>" ]
66description = " Vercel Rust Function Runtime Macro"
@@ -17,5 +17,5 @@ proc-macro = true
1717glob = " 0.3.1"
1818quote = " 1.0"
1919syn = { version = " 1.0" , features = [" full" ] }
20- vercel_runtime_router = " 1.1.0 "
20+ vercel_runtime_router = " 1.1.1 "
2121# vercel_runtime_router = { version = "1.1.0", path = "../vercel_runtime_router" }
Original file line number Diff line number Diff line change 11[package ]
22name = " vercel_runtime_router"
3- version = " 1.1.0 "
3+ version = " 1.1.1 "
44edition = " 2021"
55authors = [" Vercel <support@vercel.com>" ]
66description = " Vercel Rust Function Runtime Router"
You can’t perform that action at this time.
0 commit comments