From f12ecb6845240db3a71c217ed2c0f09caeae2243 Mon Sep 17 00:00:00 2001 From: Joshua Mo <102877324+joshua-mo-143@users.noreply.github.com> Date: Wed, 1 Jan 2025 16:10:11 +0000 Subject: [PATCH] refactor: update Shuttle runtime version --- loco-gen/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loco-gen/src/lib.rs b/loco-gen/src/lib.rs index 0a1f20cf3..33d3ceedc 100644 --- a/loco-gen/src/lib.rs +++ b/loco-gen/src/lib.rs @@ -39,7 +39,7 @@ const DEPLOYMENT_SHUTTLE_T: &str = include_str!("templates/deployment/shuttle/sh const DEPLOYMENT_SHUTTLE_CONFIG_T: &str = include_str!("templates/deployment/shuttle/config.t"); const DEPLOYMENT_NGINX_T: &str = include_str!("templates/deployment/nginx/nginx.t"); -const DEPLOYMENT_SHUTTLE_RUNTIME_VERSION: &str = "0.46.0"; +const DEPLOYMENT_SHUTTLE_RUNTIME_VERSION: &str = "0.49.0"; const DEPLOYMENT_OPTIONS: &[(&str, DeploymentKind)] = &[ ("Docker", DeploymentKind::Docker),