From 125136ae792873d9cc8bcc3d7ff9b50d59b9efa5 Mon Sep 17 00:00:00 2001 From: Brian Carlsen Date: Sat, 13 Jul 2024 22:06:27 +0200 Subject: [PATCH] Updated readme with new Cargo.toml info. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9e6d20..c2a276b 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This crate is not yet published to crates.io, so you need to use it from git. Yo ```toml tauri-sys = { git = "https://github.com/JonasKruckenberg/tauri-sys" } // tauri v1 api, main repo // OR -tauri-sys = { git = "https://github.com/bicarlsen/tauri-sys", branch = "v2" } // tauri v2 api +tauri-sys = { git = "https://github.com/JonasKruckenberg/tauri-sys", branch = "v2" } // tauri v2 api ``` ## Usage