We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27e9287 + dfb6402 commit 4c46908Copy full SHA for 4c46908
.github/workflows/rust.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v2
19
- name: Cache
20
- uses: actions/cache@v2
+ uses: actions/cache@v4
21
with:
22
path: |
23
~/.cargo
Cargo.toml
@@ -4,7 +4,7 @@ version = "0.6.0-beta.1"
4
description = "a CLI to manipulate biscuit tokens"
5
authors = ["Clement Delafargue <clement@delafargue.name>"]
6
edition = "2018"
7
-license = "MIT"
+license = "BSD-3-Clause"
8
repository = "https://github.com/biscuit-auth/biscuit-cli"
9
homepage = "https://www.biscuitsec.org"
10
readme = "README.md"
0 commit comments