Unverified Commit 59c73e44 authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Include aws-smithy-mocks-experimental in the release (#3374)

We intend to include aws-smithy-mocks-experimental in the release, but
it needs to be added to the CrateSet to actually be published.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
parent 2044a482
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@ object CrateSet {
            "aws-smithy-http-auth",
            "aws-smithy-http-tower",
            "aws-smithy-json",
            "aws-smithy-mocks-experimental",
            "aws-smithy-protocol-test",
            "aws-smithy-query",
            "aws-smithy-runtime",
+1 −2
Original line number Diff line number Diff line
@@ -9,8 +9,7 @@ repository = "https://github.com/smithy-lang/smithy-rs"

[dependencies]
aws-smithy-types = "1"
aws-smithy-runtime-api = { version = "1", features = ["http-02x"] }
aws-smithy-runtime = { version = "1", features = ["test-util"] }
aws-smithy-runtime-api = { version = "1", features = ["client", "http-02x"] }

[dev-dependencies]
aws-sdk-s3 = { version = "1", features = ["test-util"] }