Skip to content

Commit 1efcd91

Browse files
committed
Dependency update + version bump
1 parent 561fd46 commit 1efcd91

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Let me show you its features!
1515
The best way to use `ohsnap` is to install it using the [Zig Build System](https://ziglang.org/learn/build-system/). From your project repo root, use `zig fetch` like this:
1616

1717
```sh
18-
zig fetch --save "https://github.com/mnemnion/ohsnap/archive/refs/tags/v0.2.0.tar.gz"
18+
zig fetch --save "https://github.com/mnemnion/ohsnap/archive/refs/tags/v0.2.1.tar.gz"
1919
```
2020

2121
Then add it to your test artifact like so:

build.zig.zon

+3-3
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.1.1",
13+
.version = "0.2.1",
1414

1515
// This field is optional.
1616
// This is currently advisory only; Zig does not yet do anything
@@ -29,8 +29,8 @@
2929
.hash = "12201325c0651a8cc167d1d3bd07a71aa3b87b91065d45a64298a3e1d5716d62ed85",
3030
},
3131
.diffz = .{
32-
.url = "https://github.com/mnemnion/diffz/archive/refs/tags/v0.0.3-rc3.tar.gz",
33-
.hash = "1220a91fd3627573ebe98147798a1f7b1476ba6a8a74864520afb5e782c79308b94e",
32+
.url = "https://github.com/mnemnion/diffz/archive/refs/tags/v0.0.4-rc1.tar.gz",
33+
.hash = "1220806da7bb203c300e373429c915bd6c2a80dde3371b3cfceba6fb091b6fe1b28d",
3434
},
3535
.mvzr = .{
3636
.url = "https://github.com/mnemnion/mvzr/archive/refs/tags/v0.1.2.tar.gz",

0 commit comments

Comments
 (0)