Upgrade Substrate and downgrade libc (#4514)

Libc 0.2.110 was yanked, so we move one version.
This commit is contained in:
Bastian Köcher
2021-12-11 10:02:20 +01:00
committed by GitHub
parent 11d343e258
commit 3f861f4f45
3 changed files with 177 additions and 177 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ async-process = "1.3.0"
assert_matches = "1.4.0"
futures = "0.3.17"
futures-timer = "3.0.2"
libc = "0.2.110"
libc = "0.2.109"
slotmap = "1.0"
tracing = "0.1.29"
pin-project = "1.0.8"