Skip to content

Commit

Permalink
pin cargo release
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulmth committed Nov 30, 2023
1 parent 1478d55 commit 41f0feb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/publish/publish-rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:

- name: Install cargo-release
shell: bash
run: cargo install cargo-release
run: cargo install --version ^0.21 cargo-release

- name: Publish library to crates.io
shell: bash
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ This library supports
`Sha-256` hash function is shipped by default, encoding/decoding with other hash functions is possible.

## Getting started
ToDo
Include the library in your `cargo.toml`.

```bash
[dependencies]
sd-jwt = { version = "0.1.0" }
```
## Examples
Expand Down

0 comments on commit 41f0feb

Please sign in to comment.