Skip to content

Commit d66c183

Browse files
committed
Downgrade once_cell from v1.15.0 to v1.13.1 to try to overcome the msrv 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
1 parent 09776f0 commit d66c183

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ hyper = "0.14.19"
1919
futures-channel = "0.3"
2020
futures-util = { version = "0.3", default-features = false }
2121
http = "0.2"
22+
once_cell = "1.13.1"
2223
pin-project-lite = "0.2.4"
2324
socket2 = "0.4"
2425
tracing = { version = "0.1", default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)