Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// within the Zig package namespace.
.name = .zmultiformats,

.fingerprint = 0x8fb7678287b26b53,
.fingerprint = 0x8fb7678286dc3bca,

// This is a [Semantic Version](https://semver.org/).
// In a future version of Zig it will be used for package deduplication.
Expand All @@ -26,8 +26,8 @@
// internet connectivity.
.dependencies = .{
.peer_id = .{
.url = "git+https://github.com/blockblaz/peer-id#7a3f3ca552c5a3b8a360d5ff0c0fefefa837b607",
.hash = "peer_id-0.0.0-w06RypFcAAATLl9dnxeWudexMYqnCY-IeYoe9slSUbs6",
.url = "git+https://github.com/blockblaz/peer-id#2066600a1b9e0196dc35722f8ce544a3ca44fad6",
.hash = "peer_id-0.0.0-IgmND5VeAACon_XsphKZcYuOFn7SgmpBluBi2ieRFDya",
Comment on lines +29 to +30
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

It's good practice to document why a dependency is being updated, either in the pull request description or as a comment in the code. Since the PR description is empty, please consider adding a comment here explaining the reason for this update (e.g., bug fixes, new features, security patches). This provides valuable context for future maintenance.

},
},
.paths = .{
Expand Down