dalek-cryptography/ed25519-dalek

Update sha2 to 0.10

benma opened this issue · 6 comments

benma commented

It causes a duplicate dep in my project (0.10 and 0.9).

sha2 = { version = "0.9", default-features = false }

It's in the release/2.0 branch

Not yet released but will be soon.

benma commented

When is soon? 😄

@pinkforest @rozbb
Maybe you could make an intermediate 1.X release to bump sha2to 0.10? It is still blocking me from updating other deps that depend on sha2 0.10.

@benma is there a specific reason you can’t use a prerelease?

benma commented

@tarcieri I prefer to use official releases. I assume prereleases are for testing and may contain bugs.

We’re currently on release candidates. They are safe to use

benma commented

Okay, thanks for the info!