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 21, 2023
1 parent 0fde003 commit 0b741c0
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 0b741c0

Please sign in to comment.