From a8c9eb357ca6d0918640417ff735861911a9e78c Mon Sep 17 00:00:00 2001 From: Theodore Brockman Date: Thu, 21 Dec 2023 11:52:00 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b481b6..52c150d 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ Specta v2 hasn't officially launched yet but it can be used through the release You must **ensure** you lock your Specta version to avoid breaking changes. ```bash -cargo add specta@=2.0.0-rc.5 -cargo add tauri-specta@=2.0.0-rc.2 --features javascript,typescript +cargo add specta@=2.0.0-rc.7 +cargo add tauri-specta@=2.0.0-rc.4 --features javascript,typescript ``` ## Adding Specta to custom types