Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cipher: bump inout to v0.2.0-rc.1 #1679

Merged
merged 1 commit into from
Sep 30, 2024
Merged

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
@@ -14,15 +14,15 @@ categories = ["cryptography", "no-std"]

[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.

2 participants