Skip to content

Conversation

tcharding
Copy link
Member

@tcharding tcharding commented Mar 16, 2025

Demonstrate what may be needed to depend on the upcoming 1.0.0.-alpha.0 release of the hex crate.

Uses two explicit depednencies

  • hex-stable
  • hex-unstable

This PR will not pass CI. To build you likely need to checkout the branch and change all instances of path = in the various manifests.

Comment on lines 240 to 239
use HexToArrayError::*;
use hex_stable::ToArrayError::*;
Copy link
Member Author

Choose a reason for hiding this comment

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

Example usage of the inner error type being discussed here.

This post is just so I can link to the code.

Demonstrate what may be needed to depend on the upcoming
`1.0.0.-alpha.0` release of the `hex` crate.

Uses two explicit depednencies

- `hex-stable`
- `hex-unstable`
@tcharding tcharding force-pushed the 03-17-test-hex-alpha branch from 6b9fef2 to cda69be Compare March 24, 2025 01:57
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