Replies: 1 comment
-
Looks like the registry index does have the aliases, I can use that for my purposes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The hmac-sha512 crate defines digest09 and digest010 features. Those map to enabling the
digest 0.9.0
anddigest 0.10.7
dependencies. However, that mapping only exists in theCargo.toml
for the crate, it is not reflected in the API. Would it be possible to augment thedependencies
endpoint to include those alias names?Beta Was this translation helpful? Give feedback.
All reactions