Skip to content

Commit

Permalink
try to pin down versions for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Jan 15, 2024
1 parent b3f50f0 commit 8c4157c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src-tauri/Cargo.lock

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

3 changes: 2 additions & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ tauri-build = { version = "1.5", features = [] }
[dependencies]
tauri = { version = "1.5", features = ["shell-open"] }
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.35.1", features = ["full"] }
tokio = { version = "1.35.1", features = [ "rt", "rt-multi-thread", "sync", "fs", "io-util" ] }
zeromq = { version = "0.3.4", features = ["tcp-transport", "tokio-runtime"] }
serde_json = "1.0"
ulid = "1.1.0"
log = "0.4.20"
Expand Down

0 comments on commit 8c4157c

Please sign in to comment.