Skip to content

Commit

Permalink
Update readme compatibility table
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburniske committed Jan 28, 2024
1 parent b4e879e commit 1799e48
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,22 @@ Leptos Query focuses on simplifying your data fetching process and keeping your

- **Manual Query Data Mutations**: Useful when you have updated a value and you want to manually set it in cache instead of waiting for query to refetch.

## Installation

```bash
cargo add leptos_query
```
## Version compatibility for Leptos and Leptos Query

### Leptos compatibilty
The table below shows the compatible versions of `leptos_query` for each `leptos` version. Ensure you are using compatible versions to avoid potential issues.

| `leptos` version | `leptos_query` version |
|------------------|------------------------|
| 0.5.* | 0.3 |
| 0.6.* | 0.4.* |
| 0.5.* | 0.3.* |


## Installation

```bash
cargo add leptos_query
```

Then add the relevant feature(s) to your `Cargo.toml`

Expand Down

0 comments on commit 1799e48

Please sign in to comment.