Skip to content

Commit

Permalink
fix(core): remove unused rand dependency, ignore quickcheck_macros (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Sep 15, 2023
1 parent 9a2b2f4 commit 9902953
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion core/tauri-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ tauri-utils = { version = "2.0.0-alpha.7", path = "../tauri-utils" }
uuid = { version = "1", features = [ "v4" ] }
http = "0.2.4"
raw-window-handle = "0.5"
rand = "0.8"
url = { version = "2" }

[target."cfg(windows)".dependencies.windows]
Expand Down
1 change: 1 addition & 0 deletions core/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ targets = [
[package.metadata.cargo-udeps.ignore]
normal = [ "reqwest" ]
build = [ "tauri-build" ]
development = [ "quickcheck_macros" ]

[dependencies]
serde_json = { version = "1.0", features = [ "raw_value" ] }
Expand Down

0 comments on commit 9902953

Please sign in to comment.