From 193698456835815b1478a4985b134961ed87b3a4 Mon Sep 17 00:00:00 2001 From: Sumukh Ballal Date: Wed, 10 Apr 2024 00:48:38 +0000 Subject: [PATCH] Build: Update twoliter to v0.1.0 & SDK to v0.40.0 --- Makefile.toml | 2 +- Twoliter.toml | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/Makefile.toml b/Makefile.toml index e7ae12b3ad4..116810beae6 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -7,7 +7,7 @@ BUILDSYS_ROOT_DIR = "${CARGO_MAKE_WORKING_DIRECTORY}" # For binary installation, this should be a released version (prefixed with a v, # for example v0.1.0). For the git sourcecode installation method, this can be # any git rev, e.g. a tag, sha, or branch name. -TWOLITER_VERSION = "v0.0.7" +TWOLITER_VERSION = "v0.1.0" # For binary installation, this is the GitHub repository that has binary release artifacts attached # to it, for example https://github.com/bottlerocket-os/twoliter. For git sourcecode installation, diff --git a/Twoliter.toml b/Twoliter.toml index 0d81797a3c6..363b6cd3004 100644 --- a/Twoliter.toml +++ b/Twoliter.toml @@ -3,10 +3,5 @@ release-version = "1.20.0" [sdk] registry = "public.ecr.aws/bottlerocket" -name = "bottlerocket-sdk" -version = "v0.37.0" - -[toolchain] -registry = "public.ecr.aws/bottlerocket" -name = "bottlerocket-toolchain" -version = "v0.37.0" +repo = "bottlerocket-sdk" +tag = "v0.40.0"