Skip to content

Commit 8ec05f4

Browse files
committed
improved compatibility
1 parent 129a40f commit 8ec05f4

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ exclude = ["/examples", "/webview-dist", "/webview-src", "/node_modules"]
99
links = "tauri-plugin-python"
1010

1111
[dependencies]
12-
tauri = { version = "2.1.0" }
13-
serde = "1.0"
12+
tauri = { version = "2" }
13+
serde = { version = "1", features = ["derive"] }
1414
thiserror = "2"
1515
pyo3 = { version = "0.23.3", features=["auto-initialize", "abi3-py39", "generate-import-lib"] }
1616
lazy_static = "1.5.0"
1717

1818
[build-dependencies]
19-
tauri-plugin = { version = "2.0.2", features = ["build"] }
20-
# pyo3-build-config = "^0.23.3"
19+
tauri-plugin = { version = "2", features = ["build"] }

0 commit comments

Comments
 (0)