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

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._
parent 837565b9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
[package]
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>"]
description = "Event stream logic for smithy-rs."
edition = "2021"