Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dunitrust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
nodes
rust
Dunitrust
Merge requests
!148
[deps] blockchain: upgrade num_cpus 1.8 -> 1.10
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
[deps] blockchain: upgrade num_cpus 1.8 -> 1.10
elois/deps
into
dev
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Éloïs
requested to merge
elois/deps
into
dev
6 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
0
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
d1cca2ae
1 commit,
6 years ago
2 files
+
6
−
6
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
lib/modules/blockchain/blockchain/Cargo.toml
+
1
−
1
View file @ d1cca2ae
Edit in single-file editor
Open in Web IDE
Show full file
@@ -24,7 +24,7 @@ durs-wot = { path = "../../../tools/wot" }
@@ -24,7 +24,7 @@ durs-wot = { path = "../../../tools/wot" }
failure
=
"0.1.5"
failure
=
"0.1.5"
json-pest-parser
=
{
path
=
"../../../tools/json-pest-parser"
}
json-pest-parser
=
{
path
=
"../../../tools/json-pest-parser"
}
log
=
"0.4.*"
log
=
"0.4.*"
num_cpus
=
"1.
8
.*"
num_cpus
=
"1.
10
.*"
pbr
=
"1.0.*"
pbr
=
"1.0.*"
rayon
=
"1.0.3"
rayon
=
"1.0.3"
serde
=
"1.0.*"
serde
=
"1.0.*"
Loading