Skip to content

Commit f5b630d

Browse files
committed
4.0.2
1 parent dbb24bf commit f5b630d

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
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": "vercel-rust@4.0.1"
31+
"runtime": "vercel-rust@4.0.2"
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": "vercel-rust@4.0.1"
177+
"runtime": "vercel-rust@4.0.2"
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": "vercel-rust@4.0.1"
5+
"runtime": "vercel-rust@4.0.2"
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": "vercel-rust@4.0.1"
4+
"runtime": "vercel-rust@4.0.2"
55
}
66
}
77
}
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": "vercel-rust@4.0.1"
4+
"runtime": "vercel-rust@4.0.2"
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": "vercel-rust@4.0.1"
5+
"runtime": "vercel-rust@4.0.2"
66
}
77
}
88
}

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vercel-rust",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Rust runtime for Vercel Functions.",
55
"homepage": "https://github.com/vercel-community/rust",
66
"repository": {

β€Žtest/fixtures/06-with-toolchain-override/Cargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rustc 1.70.0-nightly (478cbb42b 2023-03-28)
1+
rustc 1.72.0-nightly (d59363ad0 2023-06-01)

β€Žtest/fixtures/07-with-cargo-configuration/Cargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)