Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
substrate
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Radu Popa
substrate
Commits
a6655561
Unverified
Commit
a6655561
authored
6 years ago
by
Pierre Krieger
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade rust-libp2p
parent
82f863ce
Branches
343
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Cargo.lock
+108
-108
108 additions, 108 deletions
Cargo.lock
substrate/network-libp2p/Cargo.toml
+1
-1
1 addition, 1 deletion
substrate/network-libp2p/Cargo.toml
with
109 additions
and
109 deletions
Cargo.lock
+
108
−
108
View file @
a6655561
This diff is collapsed.
Click to expand it.
substrate/network-libp2p/Cargo.toml
+
1
−
1
View file @
a6655561
...
@@ -11,7 +11,7 @@ bytes = "0.4"
...
@@ -11,7 +11,7 @@ bytes = "0.4"
error-chain
=
{
version
=
"0.12"
,
default-features
=
false
}
error-chain
=
{
version
=
"0.12"
,
default-features
=
false
}
fnv
=
"1.0"
fnv
=
"1.0"
futures
=
"0.1"
futures
=
"0.1"
libp2p
=
{
git
=
"https://github.com/tomaka/libp2p-rs"
,
rev
=
"
f8abc6c6866ab9cc7e10b6fd6d4a0d08ca7cfee2
"
,
default-features
=
false
,
features
=
[
"libp2p-secio"
,
"libp2p-secio-secp256k1"
]
}
libp2p
=
{
git
=
"https://github.com/tomaka/libp2p-rs"
,
rev
=
"
2fb5ef1d40f2565e592248abbd21b7ca2da992e0
"
,
default-features
=
false
,
features
=
[
"libp2p-secio"
,
"libp2p-secio-secp256k1"
]
}
ethcore-io
=
{
git
=
"https://github.com/paritytech/parity.git"
}
ethcore-io
=
{
git
=
"https://github.com/paritytech/parity.git"
}
ethkey
=
{
git
=
"https://github.com/paritytech/parity.git"
}
ethkey
=
{
git
=
"https://github.com/paritytech/parity.git"
}
ethereum-types
=
"0.3"
ethereum-types
=
"0.3"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment