Base zouter on zap 0.9.1.
This commit is contained in:
parent
3826058062
commit
c0ee40ffd9
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
.{
|
.{
|
||||||
.name = "zouter",
|
.name = "zouter",
|
||||||
.version = "0.1.1",
|
.version = "0.1.2",
|
||||||
.minimum_zig_version = "0.13.0",
|
.minimum_zig_version = "0.13.0",
|
||||||
|
|
||||||
.dependencies = .{
|
.dependencies = .{
|
||||||
.zap = .{
|
.zap = .{
|
||||||
.url = "https://github.com/zigzap/zap/archive/v0.8.0.tar.gz",
|
.url = "git+https://github.com/zigzap/zap?ref=v0.9.1#ae5c9278335d8e1133cd6d22707323dda712e120",
|
||||||
.hash = "12209936c3333b53b53edcf453b1670babb9ae8c2197b1ca627c01e72670e20c1a21",
|
.hash = "12200223d76ab6cd32f75bc2e31463b0b429bb5b2b6fa4ce8f68dea494ca1ec3398b",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue