Skip to content

Commit

Permalink
turn off default features of zeromq
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Jan 15, 2024
1 parent 6b33d3e commit 1c2df19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tauri-build = { version = "1.5", features = [] }
tauri = { version = "1.5", features = ["shell-open"] }
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.35.1", features = [ "rt", "rt-multi-thread", "sync", "fs", "io-util" ] }
zeromq = { version = "0.3.4", features = ["tcp-transport", "tokio-runtime"] }
zeromq = { version = "0.3.4", features = ["tcp-transport", "tokio-runtime"], default-features = false }
serde_json = "1.0"
ulid = "1.1.0"
log = "0.4.20"
Expand Down

0 comments on commit 1c2df19

Please sign in to comment.