diff --git a/rust-runtime/aws-smithy-mocks-experimental/Cargo.toml b/rust-runtime/aws-smithy-mocks-experimental/Cargo.toml index 88319c82a9981e42e6d151f9cc2f7ea3169eda8a..4d87de72c1e3a3095feb318a931e710f6432b28b 100644 --- a/rust-runtime/aws-smithy-mocks-experimental/Cargo.toml +++ b/rust-runtime/aws-smithy-mocks-experimental/Cargo.toml @@ -1,12 +1,11 @@ [package] name = "aws-smithy-mocks-experimental" -version = "0.0.0-smithy-rs-head" +version = "0.1.0" authors = ["AWS Rust SDK Team "] description = "Experimental testing utilities for smithy-rs generated clients" edition = "2021" license = "Apache-2.0" repository = "https://github.com/smithy-lang/smithy-rs" -publish = false [dependencies] aws-smithy-types = "1"