Skip to content

Commit 91f2784

Browse files
committed
fix: avoid openssl in rust app for now
Signed-off-by: Nick Mitchell <[email protected]>
1 parent 3e3e31c commit 91f2784

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pdl-live-react/src-tauri/Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pdl-live-react/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ async-recursion = "1.1.1"
4242
tokio-stream = "0.1.17"
4343
tokio = { version = "1.44.1", features = ["io-std"] }
4444
indexmap = { version = "2.9.0", features = ["serde"] }
45-
rustpython-stdlib = { version = "0.4.0", features = ["openssl", "zlib"] }
45+
rustpython-stdlib = { version = "0.4.0", features = ["zlib"] }
4646

4747
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
4848
tauri-plugin-cli = "2"

0 commit comments

Comments
 (0)