From fd370270105e760bc52b59851bd60f246f7a5b4e Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Fri, 31 May 2024 09:39:50 +0100 Subject: [PATCH] docs(rust): Bump remix version in example --- rust/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/README.md b/rust/README.md index ac87a92b..3ef7e8ec 100644 --- a/rust/README.md +++ b/rust/README.md @@ -51,7 +51,7 @@ This will add the dependency to your `package.json` file. ```json ... - "@remix-run/serve": "1.1.3", + "@remix-run/serve": "2.9.2", "": "file:/pkg" ... ```