diff --git a/Cargo.lock b/Cargo.lock index 049aa75..f8a87d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3171,7 +3171,7 @@ dependencies = [ [[package]] name = "tauri-specta" -version = "2.0.0-rc.10" +version = "2.0.0-rc.11" dependencies = [ "heck 0.5.0", "indoc", diff --git a/Cargo.toml b/Cargo.toml index cb5f5e2..3898c87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tauri-specta" description = "Completely typesafe Tauri commands" -version = "2.0.0-rc.10" +version = "2.0.0-rc.11" authors = ["Oscar Beaumont "] edition = "2021" license = "MIT"