mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 18:41:05 +00:00
Upgrade Substrate and downgrade libc (#4514)
Libc 0.2.110 was yanked, so we move one version.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user