Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloCampana committed May 13, 2024
1 parent 450aed1 commit fcac8c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ For over 30 probability distributions, this library provides:
Avaliable on <https://paulocampana.github.io/random_variable>

# Importing library
Requires Zig version 0.12.0-dev.3200 or above.
Requires Zig version 0.12.0 or above.

Grab the commit hash of the version you want to use and in your `build.zig.zon`, add inside the dependencies:

```zig
.random_variable = .{
.url = "https://github.com/paulocampana/random_variable/archive/{commit_hash_here}.tar.gz",
.url = "https://github.com/paulocampana/random_variable/archive/v1.0.0.tar.gz",
// .hash = "leave this commented, compiler will tell you what to put here",
},
```
Expand Down
4 changes: 2 additions & 2 deletions build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.{
.name = "random_variable",
.version = "0.31.0",
.minimum_zig_version = "0.12.0-dev.3200",
.version = "1.0.0",
.minimum_zig_version = "0.12.0",
.dependencies = .{},
.paths = .{
"build.zig",
Expand Down

0 comments on commit fcac8c4

Please sign in to comment.