Skip to content

Commit 3576fd5

Browse files
committed
4.0.0.beta.3
1 parent 301906f commit 3576fd5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ First, you'll need a `vercel.json` file in your project:
2020
{
2121
"functions": {
2222
"api/**/*.rs": {
23-
"runtime": "[email protected].2"
23+
"runtime": "[email protected].3"
2424
}
2525
}
2626
}

examples/cron/vercel.json

+1-1
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
"crons": [

examples/nextjs/vercel.json

+1-1
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/simple/vercel.json

+1-1
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
}
+1-1
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
}

0 commit comments

Comments
 (0)