Skip to content

Commit 0dd03bc

Browse files
testsys: bump to 0.0.17 version
1 parent d00e650 commit 0dd03bc

File tree

3 files changed

+32
-41
lines changed

3 files changed

+32
-41
lines changed

Cargo.lock

Lines changed: 26 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pre-build = [
5656

5757
[workspace.dependencies]
5858
amispec = { version = "0.1", path = "tools/amispec" }
59-
bottlerocket-types = { version = "0.0.16", git = "https://github.com/bottlerocket-os/bottlerocket-test-system", tag = "v0.0.16" }
59+
bottlerocket-types = { version = "0.0.17", git = "https://github.com/bottlerocket-os/bottlerocket-test-system", tag = "v0.0.17" }
6060
bottlerocket-variant = { version = "0.1", path = "tools/bottlerocket-variant" }
6161
buildsys = { version = "0.1", path = "tools/buildsys", lib = true, artifact = [ "bin:buildsys" ] }
6262
buildsys-config = { version = "0.1", path = "tools/buildsys-config" }
@@ -74,7 +74,7 @@ serde-templated = { version = "0.1", path = "tools/serde-templated" }
7474
serde-templated-derive = { version = "0.1", path = "tools/serde-templated-derive" }
7575
testsys = { version = "0.1", path = "tools/testsys", artifact = [ "bin:testsys" ] }
7676
testsys-config = { version = "0.1", path = "tools/testsys-config" }
77-
testsys-model = { version = "0.0.16", git = "https://github.com/bottlerocket-os/bottlerocket-test-system", tag = "v0.0.16" }
77+
testsys-model = { version = "0.0.17", git = "https://github.com/bottlerocket-os/bottlerocket-test-system", tag = "v0.0.17" }
7878

7979
twoliter = { version = "0.10.1", path = "twoliter", artifact = [ "bin:twoliter" ] }
8080
twoliter-tool-buildsys = { version = "0.1", path = "twoliter/src/tool-crates/buildsys" }

clarify.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ ignore-licenses = [
55
"Pixar"
66
]
77

8-
[clarify.aws-lc-sys]
8+
[clarify.aws-lc-fips-sys]
99
expression = "ISC AND (Apache-2.0 OR ISC) AND OpenSSL AND MIT"
1010
license-files = [
11-
{ path = "aws-lc/LICENSE", hash = 0xb6d14686 },
12-
{ path = "LICENSE", hash = 0xf308ccd7 },
13-
{ path = "aws-lc/third_party/fiat/LICENSE", hash = 0x75829ee2 },
11+
{ path = "LICENSE", hash = 0xf308ccd7 },
12+
{ path = "aws-lc/LICENSE", hash = 0xb6d14686 },
13+
{ path = "aws-lc/third_party/fiat/LICENSE", hash = 0x75829ee2 },
1414
]
1515

1616
[clarify.minimal-lexical]

0 commit comments

Comments
 (0)