Skip to content

Commit 2f6c0f7

Browse files
committed
Updated Readme
Cargo update
1 parent d7617cb commit 2f6c0f7

File tree

3 files changed

+37
-37
lines changed

3 files changed

+37
-37
lines changed

Cargo.lock

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "supabase-auth"
33
authors = ["Eric Biggs"]
44
description = "Supabase Auth implementation following the official client libraries."
55
readme = "README.md"
6-
version = "0.9.1"
6+
version = "0.9.2"
77
edition = "2021"
88
license = "MIT OR Apache-2.0"
99
keywords = ["supabase", "supabase-auth", "authentication", "auth"]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Supabase-auth
1+
# Supabase Auth
22

33
This is a Rust implementation of the [supabase js auth client](https://github.com/supabase/gotrue-js). The goal is to have feature parity and an easy-to-use API.
44

5-
Currently this software is functional, but not yet battle-tested or documented. The goal is to go to 1.0.0 by the end of December, 2024.
5+
Currently this software is functional, but not yet battle-tested. The goal is to go to 1.0.0 by the end of December, 2024.
66

77
## Installation
88

@@ -12,7 +12,7 @@ Currently this software is functional, but not yet battle-tested or documented.
1212
cargo add supabase-auth
1313
```
1414

15-
## Usage (Won't be updated until 1.0.0)
15+
## Usage
1616

1717
### Create an Auth Client
1818

0 commit comments

Comments
 (0)