From 2044a4820e06c0eb3a7de684a1bde68c1860fb0c Mon Sep 17 00:00:00 2001 From: John DiSanti Date: Wed, 17 Jan 2024 13:05:18 -0800 Subject: [PATCH] Set aws-smithy-mocks-experimental to 0.1 (#3372) _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._ --------- Co-authored-by: Russell Cohen --- rust-runtime/aws-smithy-mocks-experimental/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rust-runtime/aws-smithy-mocks-experimental/Cargo.toml b/rust-runtime/aws-smithy-mocks-experimental/Cargo.toml index 88319c82a..4d87de72c 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" -- GitLab