Independently version deprecated runtime crates (#3364)

This PR sets independent versions for the deprecated runtime crates so
that they won't publish new version numbers with every release anymore.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
This commit is contained in:
John DiSanti 2024-01-16 10:36:30 -08:00 committed by GitHub
parent 336243c4e7
commit bac720ef42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "aws-endpoint"
version = "0.0.0-smithy-rs-head"
version = "0.60.3"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "This crate is no longer used by the AWS SDK and is deprecated."
edition = "2021"

View File

@ -1,6 +1,6 @@
[package]
name = "aws-hyper"
version = "0.0.0-smithy-rs-head"
version = "0.60.3"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "This crate has been removed and is deprecated."
edition = "2021"

View File

@ -1,6 +1,6 @@
[package]
name = "aws-sig-auth"
version = "0.0.0-smithy-rs-head"
version = "0.60.3"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "This crate is no longer used by the AWS SDK and is deprecated."
edition = "2021"

View File

@ -1,6 +1,6 @@
[package]
name = "aws-smithy-client"
version = "0.0.0-smithy-rs-head"
version = "0.60.3"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "This crate is no longer used by smithy-rs and is deprecated."
edition = "2021"

View File

@ -1,6 +1,6 @@
[package]
name = "aws-smithy-http-auth"
version = "0.0.0-smithy-rs-head"
version = "0.60.3"
authors = [
"AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
"Eduardo Rodrigues <16357187+eduardomourar@users.noreply.github.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "aws-smithy-http-tower"
version = "0.0.0-smithy-rs-head"
version = "0.60.3"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "This crate is no longer used by smithy-rs and is deprecated."
edition = "2021"