Skip to content

Commit

Permalink
Hide the http_body_checksum module
Browse files Browse the repository at this point in the history
  • Loading branch information
jdisanti committed Feb 22, 2023
1 parent d6d4fb7 commit ff75a20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import software.amazon.smithy.rust.codegen.core.util.orNull

fun RuntimeConfig.awsInlineableBodyWithChecksum() = RuntimeType.forInlineDependency(
InlineAwsDependency.forRustFile(
"http_body_checksum", visibility = Visibility.PUBLIC,
"http_body_checksum", visibility = Visibility.PUBCRATE,
CargoDependency.Http,
CargoDependency.HttpBody,
CargoDependency.smithyHttp(this),
Expand Down

0 comments on commit ff75a20

Please sign in to comment.