mirror of https://github.com/smithy-lang/smithy-rs
Defer event stream semver hazard fix (#3371)
Defer fixing the event stream semver hazard. ---- _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:
parent
837565b927
commit
81db5c48e9
|
@ -1,6 +1,8 @@
|
||||||
[package]
|
[package]
|
||||||
name = "aws-smithy-eventstream"
|
name = "aws-smithy-eventstream"
|
||||||
version = "0.0.0-smithy-rs-head"
|
# <IMPORTANT> Only patch releases can be made to this runtime crate until https://github.com/smithy-lang/smithy-rs/issues/3370 is resolved
|
||||||
|
version = "0.60.4"
|
||||||
|
# </IMPORTANT>
|
||||||
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "John DiSanti <jdisanti@amazon.com>"]
|
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "John DiSanti <jdisanti@amazon.com>"]
|
||||||
description = "Event stream logic for smithy-rs."
|
description = "Event stream logic for smithy-rs."
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
Loading…
Reference in New Issue