diff options
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 af034c6..c38dabd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ features = ["fs"] version = "0.1.0" path = "./templates" [dependencies.kittybox-indieauth] -version = "0.1.0" +version = "0.2.0" path = "./indieauth" features = ["axum"] |