Skip to content

Commit a9495a0

Browse files
authored
doc: pin version of vercel-rust in the example (#56)
1 parent 46dc2ce commit a9495a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ First, you'll need a `vercel.json` file in your project:
1616
{
1717
"functions": {
1818
"api/**/*.rs": {
19-
"runtime": "vercel-rust@latest"
19+
"runtime": "vercel-rust@3.1.2"
2020
}
2121
}
2222
}

0 commit comments

Comments
 (0)