Skip to content

Commit 30e0e52

Browse files
committed
chore: bump Twoliter to 0.16.0
Signed-off-by: Richard Kelly <[email protected]>
1 parent 0b948f3 commit 30e0e52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ BUILDSYS_ROOT_DIR = "${CARGO_MAKE_WORKING_DIRECTORY}"
88
# For binary installation, this should be a released version (prefixed with a v,
99
# for example v0.1.0). For the git sourcecode installation method, this can be
1010
# any git rev, e.g. a tag, sha, or branch name.
11-
TWOLITER_VERSION = "v0.15.1"
12-
TWOLITER_SHA256_AARCH64 = "17acd1bf4764b31074e10269b2ef993b9dce63d9640cc6fd45eeded31e78aadc"
13-
TWOLITER_SHA256_X86_64 = "a0720d8b2fba1dbf4595c3bc9cca8c6881faaa1af35b9339ed57aef44677c2eb"
11+
TWOLITER_VERSION = "v0.16.0"
12+
TWOLITER_SHA256_AARCH64 = "c0586e977c15841eb7f948b9d47a6f798cfa6987d55ba30086b7f04ae3ca5988"
13+
TWOLITER_SHA256_X86_64 = "c5f38cd5b93fff04f3cf8f2a614193b243179a790ac98a3e23eb767696e254d4"
1414

1515
# For binary installation, this is the GitHub repository that has binary release artifacts attached
1616
# to it, for example https://github.com/bottlerocket-os/twoliter. For git sourcecode installation,

0 commit comments

Comments
 (0)