Skip to content

block-modes: bump MSRV to 1.49+#219

Merged
tarcieri merged 1 commit intomasterfrom
block-modes/bump-msrv
Dec 31, 2020
Merged

block-modes: bump MSRV to 1.49+#219
tarcieri merged 1 commit intomasterfrom
block-modes/bump-msrv

Conversation

@tarcieri
Copy link
Member

The tests are failing because the aes crate now uses ManuallyDrop unions which are MSRV 1.49 (see #216)

@tarcieri tarcieri force-pushed the block-modes/bump-msrv branch from 3dc2757 to f2f63d8 Compare December 31, 2020 15:40
The tests are failing because the `aes` crate now uses `ManuallyDrop`
unions which are MSRV 1.49 (see #216)
@tarcieri tarcieri force-pushed the block-modes/bump-msrv branch from f2f63d8 to a1f9cd7 Compare December 31, 2020 15:40
@tarcieri tarcieri merged commit 1a0e3bb into master Dec 31, 2020
@tarcieri tarcieri deleted the block-modes/bump-msrv branch December 31, 2020 15:42
@newpavlov
Copy link
Member

Hm, strictly speaking MSRV of the crate hasn't changed. Can't we use the enforce-soft feature to be able to test the true MSRV?

@tarcieri
Copy link
Member Author

@newpavlov good point, yeah that should work

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