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"