|
1 | 1 | [package]
|
2 | 2 | name = "tauri"
|
3 |
| -version = "2.0.0-rc.1" |
| 3 | +version = "2.0.0-rc.2" |
4 | 4 | description = "Make tiny, secure apps for all desktop platforms with Tauri"
|
5 | 5 | exclude = [ "/test", "/.scripts", "CHANGELOG.md", "/target" ]
|
6 | 6 | readme = "README.md"
|
@@ -51,10 +51,10 @@ uuid = { version = "1", features = [ "v4" ], optional = true }
|
51 | 51 | url = "2"
|
52 | 52 | anyhow = "1.0"
|
53 | 53 | thiserror = "1.0"
|
54 |
| -tauri-runtime = { version = "2.0.0-rc.1", path = "../tauri-runtime" } |
55 |
| -tauri-macros = { version = "2.0.0-rc.1", path = "../tauri-macros" } |
56 |
| -tauri-utils = { version = "2.0.0-rc.1", features = [ "resources" ], path = "../tauri-utils" } |
57 |
| -tauri-runtime-wry = { version = "2.0.0-rc.1", path = "../tauri-runtime-wry", optional = true } |
| 54 | +tauri-runtime = { version = "2.0.0-rc.2", path = "../tauri-runtime" } |
| 55 | +tauri-macros = { version = "2.0.0-rc.2", path = "../tauri-macros" } |
| 56 | +tauri-utils = { version = "2.0.0-rc.2", features = [ "resources" ], path = "../tauri-utils" } |
| 57 | +tauri-runtime-wry = { version = "2.0.0-rc.2", path = "../tauri-runtime-wry", optional = true } |
58 | 58 | getrandom = "0.2"
|
59 | 59 | serde_repr = "0.1"
|
60 | 60 | state = "0.6"
|
@@ -110,8 +110,8 @@ swift-rs = "1.0.6"
|
110 | 110 |
|
111 | 111 | [build-dependencies]
|
112 | 112 | heck = "0.5"
|
113 |
| -tauri-build = { path = "../tauri-build/", default-features = false, version = "2.0.0-rc.1" } |
114 |
| -tauri-utils = { path = "../tauri-utils/", version = "2.0.0-rc.1", features = [ "build" ] } |
| 113 | +tauri-build = { path = "../tauri-build/", default-features = false, version = "2.0.0-rc.2" } |
| 114 | +tauri-utils = { path = "../tauri-utils/", version = "2.0.0-rc.2", features = [ "build" ] } |
115 | 115 |
|
116 | 116 | [dev-dependencies]
|
117 | 117 | proptest = "1.4.0"
|
|
0 commit comments