Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ecklf committed Jul 10, 2024
1 parent 05c8f40 commit 52b2f23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Community-maintained package to support using [Rust](https://www.rust-lang.org/)
{
"functions": {
"api/**/*.rs": {
"runtime": "[email protected].7"
"runtime": "[email protected].8"
}
}
}
Expand Down Expand Up @@ -174,7 +174,7 @@ pub async fn handler(req: Request) -> Result<Response<Body>, Error> {}
{
"functions": {
"api/main.rs": {
"runtime": "[email protected].7"
"runtime": "[email protected].8"
}
}
}
Expand Down

0 comments on commit 52b2f23

Please sign in to comment.