Skip to content

Commit 238d225

Browse files
committed
4.0.3
1 parent e68930b commit 238d225

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Community-maintained package to support using [Rust](https://www.rust-lang.org/)
2828
{
2929
"functions": {
3030
"api/**/*.rs": {
31-
"runtime": "[email protected].2"
31+
"runtime": "[email protected].3"
3232
}
3333
}
3434
}
@@ -174,7 +174,7 @@ pub async fn handler(req: Request) -> Result<Response<Body>, Error> {}
174174
{
175175
"functions": {
176176
"api/main.rs": {
177-
"runtime": "[email protected].2"
177+
"runtime": "[email protected].3"
178178
}
179179
}
180180
}

examples/cron/vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"outputDirectory": "public",
33
"functions": {
44
"api/**/*.rs": {
5-
"runtime": "[email protected].2"
5+
"runtime": "[email protected].3"
66
}
77
},
88
"crons": [

examples/nextjs/vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"functions": {
33
"api/**/*.rs": {
4-
"runtime": "[email protected].2"
4+
"runtime": "[email protected].3"
55
}
66
}
77
}

examples/route-merge/vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"functions": {
33
"api/main.rs": {
4-
"runtime": "[email protected].2"
4+
"runtime": "[email protected].3"
55
}
66
}
77
}

examples/simple/vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"outputDirectory": "public",
33
"functions": {
44
"api/**/*.rs": {
5-
"runtime": "[email protected].2"
5+
"runtime": "[email protected].3"
66
}
77
}
88
}

0 commit comments

Comments
 (0)