Skip to content

Commit d2d505d

Browse files
committed
update: version
1 parent b7bfa2b commit d2d505d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.zig.zon

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
// This is a [Semantic Version](https://semver.org/).
1212
// In a future version of Zig it will be used for package deduplication.
13-
.version = "0.0.1",
13+
.version = "0.0.2",
1414

1515
// This field is optional.
1616
// This is currently advisory only; Zig does not yet do anything
@@ -33,8 +33,8 @@
3333

3434
.dependencies = .{
3535
.snappyz = .{
36-
.url = "https://github.com/blockblaz/zig-snappy/archive/77cb4c2a0e0c337a40454f62590459e671bc74bc.tar.gz",
37-
.hash = "zig_snappy-0.0.1-bDFzXvtdAAAO8v80PSHrSZauByEckEZGYjWjJL8gWlvO",
36+
.url = "https://github.com/blockblaz/zig-snappy/archive/v0.0.2.tar.gz",
37+
.hash = "zig_snappy-0.0.2-bDFzXrNhAAB7ckCAnI7VncBdoBU9CTGFz7V5sM46qL6v",
3838
},
3939
},
4040

0 commit comments

Comments
 (0)