Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rsepassi committed Dec 22, 2023
1 parent 40e80d5 commit dc14d8a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Zig implementation of Universally Unique Lexicographically Sortable Identifiers

[![test](https://github.com/rsepassi/ulid-zig/actions/workflows/zig.yml/badge.svg)][ci]

*[Tested][ci] weekly and on push on Windows, Linux, Mac with Zig v0.11*
*[Tested][ci] weekly and on push on Windows, Linux, Mac with Zig v0.11.0.
Irregularly tested with Zig master (last verified to work with
0.12.0-dev.1836+dd189a354).*

---

Expand All @@ -15,8 +17,8 @@ Depend
`build.zig.zon`
```zig
.ulid = .{
.url = "https://api.github.com/repos/rsepassi/ulid-zig/tarball/v0.3.0",
.hash = "1220f41bf4ddb224d673a8cc7c3b0a473a5139e0b659854535b1c3f9b5ecfe848d06",
.url = "https://api.github.com/repos/rsepassi/ulid-zig/tarball/v0.4.0",
.hash = "...",
},
```

Expand Down

0 comments on commit dc14d8a

Please sign in to comment.