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
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
!93
Migrate network documents to pest
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Migrate network documents to pest
migrate-network-documents-to-pest
into
dev
Overview
0
Commits
15
Pipelines
0
Changes
42
Merged
Éloïs
requested to merge
migrate-network-documents-to-pest
into
dev
6 years ago
Overview
0
Commits
15
Pipelines
0
Changes
42
Expand
0
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
6a75b97f
15 commits,
6 years ago
42 files
+
1332
−
891
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
42
Search (e.g. *.vue) (Ctrl+P)
blockchain/Cargo.toml
+
1
−
1
Options
@@ -22,7 +22,7 @@ durs-wot = { path = "../wot" }
log
=
"0.4.*"
num_cpus
=
"1.8.*"
pbr
=
"1.0.*"
rustbreak
=
{
version
=
"2.0.0-rc
2
"
,
features
=
[
"bin_enc"
]}
rustbreak
=
{
version
=
"2.0.0-rc
3
"
,
features
=
[
"bin_enc"
]}
serde
=
"1.0.*"
serde_json
=
"1.0.*"
sqlite
=
"0.23.*"
Loading