diff options
author | Vika <vika@fireburn.ru> | 2025-04-09 23:10:30 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2025-04-09 23:31:57 +0300 |
commit | 005efec015b3337e62037115d9fad05304161f97 (patch) | |
tree | c99ee10dee5447c83b1cbf3ac6f1e3d9fe16ac83 /Cargo.toml | |
parent | fa6e3fef17de18f80b5148b443d5f79f35d2dde2 (diff) | |
download | kittybox-005efec015b3337e62037115d9fad05304161f97.tar.zst |
kittybox-indieauth: 0.2.0 → 0.3.0
`ClientMetadata` now returns a `ClientIdMismatch` error type. Change-Id: I51d3adfd2114f6cb89948bb5ba54588dde795142
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 5293563..3e085db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,7 +106,7 @@ features = ["fs", "axum"] version = "0.1.0" path = "./templates" [dependencies.kittybox-indieauth] -version = "0.2.0" +version = "0.3.0" path = "./indieauth" features = ["axum"] |