Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
Eric Biggs committed Sep 10, 2024
1 parent 3b890d3 commit 99663d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "supabase-auth"
authors = ["Eric Biggs"]
description = "Supabase Auth implementation following the official client libraries."
readme = "README.md"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["supabase", "supabase-auth", "authentication", "auth"]
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is a Rust implementation of the [supabase js auth client](https://github.co
### Cargo

```bash
cargo add <crate-name-tbd>
cargo add supabase-auth
```

## Differences to the JS client
Expand All @@ -16,8 +16,6 @@ It should be noted there are, and will likely always be, differences to the [JS

This crate doesn't use pascalCase. Instead we use the snake_case convention.

Also, the `<crate-name>` crate for Rust uses `chrono::DateTime`, whereas the [JS client](https://github.com/supabase/gotrue-js) keeps the date-time as strings.

## Usage (Won't be updated until 1.0.0)

```rust
Expand Down

0 comments on commit 99663d8

Please sign in to comment.