Skip to content

Commit

Permalink
vendor openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
gulbanana committed Feb 21, 2024
1 parent 25fb82d commit d1d0448
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
14 changes: 12 additions & 2 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ tauri-plugin-dialog = "2.0.0-beta"
tauri-plugin-shell = "2.0.0-beta"
tauri-plugin-window-state = "2.0.0-beta.0"

jj-lib = "0.14.0"
jj-cli = { version = "0.14.0", default-features = false }
jj-lib = { version = "0.14.0", features = ["vendored-openssl"] }
jj-cli = { version = "0.14.0", default-features = false, features = [
"vendored-openssl",
] }

anyhow = "1.0.79"
chrono = { version = "0.4.34", features = ["serde"] }
Expand Down
1 change: 1 addition & 0 deletions src-tauri/gen/schemas/macOS-schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{schema_str}

0 comments on commit d1d0448

Please sign in to comment.