diff options
author | Vika <vika@fireburn.ru> | 2025-04-16 02:25:41 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2025-04-16 02:25:41 +0300 |
commit | f21205362058d65d1372c0357e8cf60bf2a07e27 (patch) | |
tree | 23a88136a3cd3eded0ce8243fc7506f8d68393f2 /indieauth/Cargo.toml | |
parent | 440104596aef4826a960f2fb8dae366b802014b1 (diff) | |
download | kittybox-f21205362058d65d1372c0357e8cf60bf2a07e27.tar.zst |
kittybox-indieauth: 0.3.0 → 0.3.1
`Scopes` now includes `len()` and `is_empty()` to check if an application didn't request any scopes. Change-Id: I7c9c0366131445b11374cf6e66ebbc3a9ba27e0b
Diffstat (limited to 'indieauth/Cargo.toml')
-rw-r--r-- | indieauth/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indieauth/Cargo.toml b/indieauth/Cargo.toml index 563c847..d2819d7 100644 --- a/indieauth/Cargo.toml +++ b/indieauth/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kittybox-indieauth" -version = "0.3.0" +version = "0.3.1" edition = "2021" [features] |