From 644e19aa08b2629d4b69281e14d702f0b9673687 Mon Sep 17 00:00:00 2001 From: Vika Date: Tue, 9 Jul 2024 01:52:53 +0300 Subject: kittybox-indieauth: 0.1.0 -> 0.2.0 Added fundamental AutoAuth types. This library can now be used to augment existing authorization and token endpoints with AutoAuth capabilities. See https://github.com/sknebel/AutoAuth/blob/master/AutoAuth.md for the latest spec draft. --- templates/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/Cargo.toml b/templates/Cargo.toml index 38e73b3..9be5f30 100644 --- a/templates/Cargo.toml +++ b/templates/Cargo.toml @@ -29,5 +29,5 @@ features = ["serde"] version = "0.1.0" path = "../util" [dependencies.kittybox-indieauth] -version = "0.1.0" +version = "0.2.0" path = "../indieauth" \ No newline at end of file -- cgit 1.4.1