Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hcavarsan committed Dec 12, 2023
1 parent 5fc6ca0 commit fd101ff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src-tauri/Cargo.lock

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

2 changes: 2 additions & 0 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ hyper = { version = "0.14.27", features = [ "client", "http1", "http2", "tcp", "
log = "0.4"
env_logger = "0.10.1"
wasmedge_quickjs = "0.2.0"
openssl = { version = "0.10.35", features = ["vendored"] }

[features]
# by default Tauri runs in production mode
# when `tauri dev` runs it is executed with `cargo run --no-default-features` if `devPath` is an URL
Expand Down

0 comments on commit fd101ff

Please sign in to comment.