Skip to content

Commit

Permalink
forgor this
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Dec 15, 2024
1 parent 680f0b3 commit 660d843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ If you use a `requirements.txt` file in your repository, then you can add
this library with the following line:

```txt
ipl3checksum>=1.1.0,<2.0.0
ipl3checksum>=1.2.1,<2.0.0
``````
Now you can invoke the library from your script.
Expand Down Expand Up @@ -124,7 +124,7 @@ cargo add ipl3checksum
Or add the following line manually to your `Cargo.toml` file:

```toml
ipl3checksum = "1.1.0"
ipl3checksum = "1.2.1"
```

### C bindings
Expand Down

0 comments on commit 660d843

Please sign in to comment.