Skip to content

Conversation

@tarcieri
Copy link
Member

Notably this version removes the std feature, a breaking change from the previous rc.0

Notably this version removes the `std` feature, a breaking change from
the previous `rc.0`
@tarcieri tarcieri merged commit 78662ae into master Sep 30, 2024
84 checks passed
@tarcieri tarcieri deleted the cipher/inout-v0.2.0-rc.1 branch September 30, 2024 19:13

[dependencies]
crypto-common = "0.2.0-rc.1"
inout = "0.2.0-rc.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually this is a incompatible change. I just noticed that 0.2.0-rc.0 can be "cargo update" to 0.2.0-rc.3 which introduce RustCrypto/AEADs#650

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It literally says it’s a breaking change in the commit message. These are prereleases and they frequently contain breaking changes. If you want to avoid breaking changes, use stable releases.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reasonable. Downgrade to aes-gcm=0.10.3 works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants