From 1799e4878335c80f3910fe60d423783cf5603f20 Mon Sep 17 00:00:00 2001 From: Nico Burniske Date: Sat, 27 Jan 2024 19:04:15 -0600 Subject: [PATCH] Update readme compatibility table --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 38a0a2e..92426cf 100644 --- a/README.md +++ b/README.md @@ -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`