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
Denis_P
substrate
Commits
6d886702
Commit
6d886702
authored
6 years ago
by
Wei Tang
Browse files
Options
Downloads
Patches
Plain Diff
Write deps minor version
parent
7fcfeb7b
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/consensus/aura/Cargo.toml
+2
-2
2 additions, 2 deletions
core/consensus/aura/Cargo.toml
core/consensus/aura/slots/Cargo.toml
+2
-2
2 additions, 2 deletions
core/consensus/aura/slots/Cargo.toml
with
4 additions
and
4 deletions
core/consensus/aura/Cargo.toml
+
2
−
2
View file @
6d886702
...
...
@@ -18,8 +18,8 @@ aura_primitives = { package = "substrate-consensus-aura-primitives", path = "pri
inherents
=
{
package
=
"substrate-inherents"
,
path
=
"../../inherents"
}
srml-consensus
=
{
path
=
"../../../srml/consensus"
}
srml-aura
=
{
path
=
"../../../srml/aura"
}
futures
=
"0.1
.17
"
tokio
=
"0.1
.7
"
futures
=
"0.1"
tokio
=
"0.1"
parking_lot
=
"0.7.1"
error-chain
=
"0.12"
log
=
"0.4"
...
...
This diff is collapsed.
Click to expand it.
core/consensus/aura/slots/Cargo.toml
+
2
−
2
View file @
6d886702
...
...
@@ -13,8 +13,8 @@ runtime_primitives = { package = "sr-primitives", path = "../../../sr-primitives
aura_primitives
=
{
package
=
"substrate-consensus-aura-primitives"
,
path
=
"../primitives"
}
consensus_common
=
{
package
=
"substrate-consensus-common"
,
path
=
"../../common"
}
inherents
=
{
package
=
"substrate-inherents"
,
path
=
"../../../inherents"
}
futures
=
"0.1
.17
"
tokio
=
"0.1
.7
"
futures
=
"0.1"
tokio
=
"0.1"
parking_lot
=
"0.7.1"
error-chain
=
"0.12"
log
=
"0.4"
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