Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require socket2 >= 0.5.0 for watchOS support
Browse files Browse the repository at this point in the history
Fixes #37
KronicDeth committed Jul 24, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 70bfd33 commit ca8fd63
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -28,6 +28,8 @@ fxhash = "0.2"
log = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
# >= 0.5.0 for watchOS support; a dependency of `tokio`.
socket2 = "0.5.0"
strum_macros = "0.25.0"
thiserror = "1.0"
tokio = { version = "1.21", features = ["full", "tracing", "test-util"] }

0 comments on commit ca8fd63

Please sign in to comment.