Skip to content

Commit

Permalink
Downgrade once_cell from v1.15.0 to v1.13.1 to try to overcome the ms…
Browse files Browse the repository at this point in the history
…rv failure.

Workflow log:

Downloaded once_cell v1.15.0
error: failed to parse manifest at `/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.15.0/Cargo.toml`
Error: failed to parse manifest at `/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.15.0/Cargo.toml`
Caused by:
  failed to parse the `edition` key

Caused by:
  this version of Cargo is older than the `2021` edition, and only supports `2015` and `2018` editions.
Error: The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
  • Loading branch information
hansonchar committed Oct 10, 2022
1 parent 09776f0 commit d66c183
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ hyper = "0.14.19"
futures-channel = "0.3"
futures-util = { version = "0.3", default-features = false }
http = "0.2"
once_cell = "1.13.1"
pin-project-lite = "0.2.4"
socket2 = "0.4"
tracing = { version = "0.1", default-features = false, features = ["std"] }
Expand Down

0 comments on commit d66c183

Please sign in to comment.