Skip to content

Commit

Permalink
bump zeromq
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Jan 15, 2024
1 parent 1c2df19 commit 4843185
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
4 changes: 2 additions & 2 deletions src-tauri/Cargo.lock

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

13 changes: 1 addition & 12 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,13 @@ 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"], default-features = false }
zeromq = { version = "0.3.5", features = ["tcp-transport", "tokio-runtime"], default-features = false }
serde_json = "1.0"
ulid = "1.1.0"
log = "0.4.20"
env_logger = "0.10.1"
kernel-sidecar = "0.1.0"

[target.'cfg(windows)'.dependencies.zeromq]
version = "=0.3.4"
default-features = false
features = ["tcp-transport", "tokio-runtime"]


[target.'cfg(unix)'.dependencies.zeromq]
version = "=0.3.4"
default-features = false
features = ["ipc-transport", "tcp-transport", "tokio-runtime"]

[features]
# this feature is used for production builds or when `devPath` points to the filesystem
# DO NOT REMOVE!!
Expand Down

0 comments on commit 4843185

Please sign in to comment.