Loading aws/rust-runtime/aws-inlineable/external-types.toml +6 −0 Original line number Diff line number Diff line allowed_external_types = [ "aws_endpoint::*", "aws_http::*", "aws_sig_auth::*", "aws_smithy_client::*", "aws_smithy_http::*", "aws_smithy_http_tower::*", "aws_smithy_types::*", "aws_types::*", "http::header::map::HeaderMap", Loading @@ -12,4 +16,6 @@ allowed_external_types = [ # TODO(https://github.com/awslabs/smithy-rs/issues/1193): Decide if we want to continue exposing tower_layer "tower_layer::Layer", "tower_layer::identity::Identity", "tower_layer::stack::Stack", ] aws/sdk/sdk-external-types.toml +5 −0 Original line number Diff line number Diff line # These are the allowed external types in the `aws-sdk-*` generated crates, checked by CI. allowed_external_types = [ "aws_endpoint::*", "aws_http::*", "aws_sig_auth::*", "aws_smithy_async::*", "aws_smithy_client::*", "aws_smithy_http::*", "aws_smithy_http_tower::*", "aws_smithy_types::*", "aws_types::*", "http::header::map::HeaderMap", Loading @@ -21,4 +24,6 @@ allowed_external_types = [ # TODO(https://github.com/awslabs/smithy-rs/issues/1193): Decide if we want to continue exposing tower_layer "tower_layer::Layer", "tower_layer::identity::Identity", "tower_layer::stack::Stack", ] tools/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ ARG cargo_deny_version=0.12.2 ARG cargo_udeps_version=0.1.29 ARG cargo_hack_version=0.5.14 ARG cargo_minimal_versions_version=0.1.4 ARG cargo_check_external_types_version=0.1.4 ARG cargo_check_external_types_version=0.1.5 ENV RUSTUP_HOME=/opt/rustup \ CARGO_HOME=/opt/cargo \ PATH=/opt/cargo/bin/:${PATH} \ Loading Loading
aws/rust-runtime/aws-inlineable/external-types.toml +6 −0 Original line number Diff line number Diff line allowed_external_types = [ "aws_endpoint::*", "aws_http::*", "aws_sig_auth::*", "aws_smithy_client::*", "aws_smithy_http::*", "aws_smithy_http_tower::*", "aws_smithy_types::*", "aws_types::*", "http::header::map::HeaderMap", Loading @@ -12,4 +16,6 @@ allowed_external_types = [ # TODO(https://github.com/awslabs/smithy-rs/issues/1193): Decide if we want to continue exposing tower_layer "tower_layer::Layer", "tower_layer::identity::Identity", "tower_layer::stack::Stack", ]
aws/sdk/sdk-external-types.toml +5 −0 Original line number Diff line number Diff line # These are the allowed external types in the `aws-sdk-*` generated crates, checked by CI. allowed_external_types = [ "aws_endpoint::*", "aws_http::*", "aws_sig_auth::*", "aws_smithy_async::*", "aws_smithy_client::*", "aws_smithy_http::*", "aws_smithy_http_tower::*", "aws_smithy_types::*", "aws_types::*", "http::header::map::HeaderMap", Loading @@ -21,4 +24,6 @@ allowed_external_types = [ # TODO(https://github.com/awslabs/smithy-rs/issues/1193): Decide if we want to continue exposing tower_layer "tower_layer::Layer", "tower_layer::identity::Identity", "tower_layer::stack::Stack", ]
tools/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ ARG cargo_deny_version=0.12.2 ARG cargo_udeps_version=0.1.29 ARG cargo_hack_version=0.5.14 ARG cargo_minimal_versions_version=0.1.4 ARG cargo_check_external_types_version=0.1.4 ARG cargo_check_external_types_version=0.1.5 ENV RUSTUP_HOME=/opt/rustup \ CARGO_HOME=/opt/cargo \ PATH=/opt/cargo/bin/:${PATH} \ Loading