Skip to content

Commit

Permalink
Chore: tag version 0.19.31+1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ultra-Code committed Dec 5, 2024
1 parent e470818 commit eb1fbc7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ First, update your `build.zig.zon`:
```elvish
# Initialize a `zig build` project if you haven't already
zig init
# Support for `lmdb` starts with 0.9.31 and future releases
zig fetch --save https://github.com/Ultra-Code/lmdb/archive/refs/tags/0.9.31.tar.gz
# Support for `lmdb` starts with v0.9.31 and future releases
zig fetch --save https://github.com/allyourcodebase/lmdb/archive/refs/tags/0.9.31+1.tar.gz
# For latest main commit
zig fetch --save https://github.com/allyourcodebase/lmdb/archive/refs/heads/main.tar.gz
```

Import `lmdb` dependency into build `build.zig` as follows:
Expand Down

0 comments on commit eb1fbc7

Please sign in to comment.