Skip to content

Commit 92c9022

Browse files
committed
fix:update peer id dep
Signed-off-by: Chen Kai <[email protected]>
1 parent 287a6de commit 92c9022

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.zig.zon

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// within the Zig package namespace.
99
.name = .zmultiformats,
1010

11-
.fingerprint = 0x8fb7678231d18339,
11+
.fingerprint = 0x8fb7678287b26b53,
1212

1313
// This is a [Semantic Version](https://semver.org/).
1414
// In a future version of Zig it will be used for package deduplication.
@@ -26,8 +26,8 @@
2626
// internet connectivity.
2727
.dependencies = .{
2828
.peer_id = .{
29-
.url = "git+https://github.com/blockblaz/peer-id#b8f98a401e1659cc06243355fc00811a4cbdf2b5",
30-
.hash = "peer_id-0.0.0-jlAlYI9cAACWW0w-GZaf3xAuwXNZhOOGKQtm3CvqcdiK",
29+
.url = "git+https://github.com/blockblaz/peer-id#7a3f3ca552c5a3b8a360d5ff0c0fefefa837b607",
30+
.hash = "peer_id-0.0.0-w06RypFcAAATLl9dnxeWudexMYqnCY-IeYoe9slSUbs6",
3131
},
3232
},
3333
.paths = .{

0 commit comments

Comments
 (0)