(deps) replace hexyl with hexhex #18
No reviewers
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: rustics/dns#18
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "p/ddidderr/replace_dependency_hexyl_to_hexhex"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since we don't want to add too many dependencies for now, use our own
small hexdump lib
hexhex
instead ofhexyl
.@ -7,3 +7,3 @@
[dependencies]
hexyl = "0.9"
hexhex = {version = "1.0", git = "https://git.comff.net/rustics/hexhex.git"}
TODO: Frage: Passiert da irgendeine Magic und Cargo sucht sich den Tag "v1.0" raus, oder nimmt Cargo hier einfach den neuesten Commit auf dem Default Branch und die Version in der
hexhex
Cargo.toml passt dann zufällig (noch)?