From 943ae14f6c8913319d23ca43a2799bb1292eb486 Mon Sep 17 00:00:00 2001 From: Maccesch Date: Tue, 23 Jan 2024 16:07:37 +0000 Subject: [PATCH] addd leptos compatibiliy for main to readme --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7fa64c7..b28c69a 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,10 @@ This will create the function file in the src directory, scaffold an example dir ## Leptos compatibility -| Crate version | Compatible Leptos version | -|----------------|---------------------------| -| <= 0.3 | 0.3 | -| 0.4, 0.5, 0.6 | 0.4 | -| 0.7, 0.8, 0.9 | 0.5 | +| Crate version | Compatible Leptos version | +|---------------|---------------------------| +| <= 0.3 | 0.3 | +| 0.4, 0.5, 0.6 | 0.4 | +| 0.7, 0.8, 0.9 | 0.5 | +| main | 0.6.0-beta | +