Skip to content

Commit

Permalink
chore(config-schema): remove unused deps (#7824)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Sep 12, 2023
1 parent 4bf1e85 commit b3ebe4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/tauri-config-schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ tauri-utils = { version = "1.0.0", features = [
schemars = { version = "0.8", features = ["url", "preserve_order"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = "1.12"
url = { version = "2.3", features = ["serde"] }

0 comments on commit b3ebe4d

Please sign in to comment.