mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-03 22:52:16 +00:00
Fix the build by pinning a commit of ring
This commit is contained in:
parent
0ff8c03279
commit
01143d1555
@ -17,7 +17,7 @@ members = [
|
||||
]
|
||||
|
||||
[replace]
|
||||
# Ring has a feature merged in master that hasn't been published yet ; remove this after 0.12.2
|
||||
"ring:0.12.1" = { git = "https://github.com/briansmith/ring" }
|
||||
# TODO: Update ring and solve conflicts
|
||||
"ring:0.12.1" = { git = "https://github.com/briansmith/ring", rev = "3a14ef619559f7d4b69e2286d49c833409eef34a" }
|
||||
# Using a local improved version of multiaddr for now
|
||||
"multiaddr:0.2.0" = { path = "./rust-multiaddr" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user