Skip to content

Commit 5da451d

Browse files
authored
Unlock once_cell version (#22)
* Unlock once_cell version * change once_cell version to 1.14
1 parent 19d92d1 commit 5da451d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ futures-channel = "0.3"
2020
futures-util = { version = "0.3", default-features = false }
2121
http = "0.2"
2222

23-
# Necessary to overcome msrv check of rust 1.49, as 1.15.0 failed
24-
once_cell = "=1.14"
23+
once_cell = "1.14"
2524

2625
pin-project-lite = "0.2.4"
2726
socket2 = "0.4"

0 commit comments

Comments
 (0)