Skip to content

Commit

Permalink
Solving socket2 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Dec 6, 2020
1 parent 7a6af6b commit 3999313
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 22 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: cargo login ${{ secrets.CRATES_IO_TOKEN }}
- run: cd derive && cargo publish --all-features
- run: sleep 30; cargo publish --all-features
- run: sleep 30; cd services && cargo publish --all-features
- run: cd derive && cargo publish --all-features; sleep 30
- run: cargo publish --all-features; sleep 30
- run: cd services && cargo publish --all-features
63 changes: 45 additions & 18 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ torut = { version = "~0.1.6", features = ["v2", "v3"] }
cc = { version = "=1.0.41" }
# TODO: Find a soliton to a problem with breaking change in one of tokio
# dependencies
socket2 = { version = "=0.3.15" }
socket2 = { version = "<=0.3.15" }
zmq = { version = "~0.9", features = ["vendored"] }

[target.'cfg(target_os="ios")'.dependencies]
Expand Down

0 comments on commit 3999313

Please sign in to comment.