Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Commit

Permalink
Unpin dependencies (#186)
Browse files Browse the repository at this point in the history
* Unpin dependencies

* Updated lockfiles
  • Loading branch information
abrisco authored Mar 1, 2022
1 parent 4c8aad2 commit f5a20f5
Show file tree
Hide file tree
Showing 22 changed files with 1,840 additions and 179 deletions.
5 changes: 1 addition & 4 deletions examples/WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -271,12 +271,9 @@ crates_repository(
"serde_json": crate.spec(
version = "1.0",
),
# TODO: This is pinned due to a build failure introduced by 1.17
# bringing in windows-sys and introduces linker errors.
# https://github.com/abrisco/cargo-bazel/issues/173
"tokio": crate.spec(
features = ["full"],
version = "=1.16.1",
version = "1.17.0",
),
"tower": crate.spec(
features = ["util"],
Expand Down
Loading

0 comments on commit f5a20f5

Please sign in to comment.