Skip to content

Commit 954bdba

Browse files
committed
use main pkg for tests
1 parent 20d2425 commit 954bdba

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

test/fixtures/01-include-files/vercel.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"functions": {
33
"api/**/*.rs": {
4-
"runtime": "dgls-test-vercel-dev-builder@0.0.7",
4+
"runtime": "vercel-rust@4.0.7",
55
"includeFiles": "static/**/*.{txt,svg}"
66
}
77
}
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"functions": {
33
"api/**/*.rs": {
4-
"runtime": "dgls-test-vercel-dev-builder@0.0.7"
4+
"runtime": "vercel-rust@4.0.7"
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": "dgls-test-vercel-dev-builder@0.0.7"
4+
"runtime": "vercel-rust@4.0.7"
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": "dgls-test-vercel-dev-builder@0.0.7"
4+
"runtime": "vercel-rust@4.0.7"
55
}
66
}
77
}
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"functions": {
33
"api/**/*.rs": {
4-
"runtime": "dgls-test-vercel-dev-builder@0.0.7"
4+
"runtime": "vercel-rust@4.0.7"
55
}
66
}
77
}

test/fixtures/06-with-toolchain-override/vercel.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"functions": {
33
"api/**/*.rs": {
4-
"runtime": "dgls-test-vercel-dev-builder@0.0.7",
4+
"runtime": "vercel-rust@4.0.7",
55
"includeFiles": "static/**/*.txt"
66
}
77
}

test/fixtures/07-with-cargo-configuration/vercel.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"functions": {
33
"api/**/*.rs": {
4-
"runtime": "dgls-test-vercel-dev-builder@0.0.7",
4+
"runtime": "vercel-rust@4.0.7",
55
"includeFiles": "static/**/*.txt"
66
}
77
}

0 commit comments

Comments
 (0)