From 4b346833e3eed9c328719e63c6f004d6a5762ef7 Mon Sep 17 00:00:00 2001 From: Eric Biggs Date: Mon, 20 Jan 2025 10:43:35 -0500 Subject: [PATCH] Add user_metadata to update_user_test version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0a9cf2d..0a7da18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "supabase-auth" authors = ["Eric Biggs"] description = "Supabase Auth implementation following the official client libraries." readme = "README.md" -version = "0.10.6" +version = "0.10.7" edition = "2021" license = "MIT OR Apache-2.0" keywords = ["supabase", "supabase-auth", "authentication", "auth"]