diff --git a/Cargo.lock b/Cargo.lock index 30f47ee..4e238af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -320,7 +320,7 @@ dependencies = [ [[package]] name = "barycenter" -version = "0.2.0-alpha.6" +version = "0.2.0-alpha.7" dependencies = [ "anyhow", "argon2", diff --git a/Cargo.toml b/Cargo.toml index ccfc88b..67e92b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "barycenter" -version = "0.2.0-alpha.6" +version = "0.2.0-alpha.7" edition = "2021" license = "MIT OR Apache-2.0" description = "OpenID Connect IdP with federation, property storage, and auto-registration the center of gravity between multiple objects."