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

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._
parent 336243c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
[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"
+1 −1
Original line number Diff line number Diff line
[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"
+1 −1
Original line number Diff line number Diff line
[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"
+1 −1
Original line number Diff line number Diff line
[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"
+1 −1
Original line number Diff line number Diff line
[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>",
Loading