Skip to content

Commit 41f0feb

Browse files
committed
pin cargo release
1 parent 1478d55 commit 41f0feb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/actions/publish/publish-rust/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121

2222
- name: Install cargo-release
2323
shell: bash
24-
run: cargo install cargo-release
24+
run: cargo install --version ^0.21 cargo-release
2525

2626
- name: Publish library to crates.io
2727
shell: bash

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,12 @@ This library supports
5050
`Sha-256` hash function is shipped by default, encoding/decoding with other hash functions is possible.
5151

5252
## Getting started
53-
ToDo
53+
Include the library in your `cargo.toml`.
54+
55+
```bash
56+
[dependencies]
57+
sd-jwt = { version = "0.1.0" }
58+
```
5459
5560
## Examples
5661

0 commit comments

Comments
 (0)