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
!264
bump structopt version
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
bump structopt version
dvermd/bump-structopt-version
into
dev
Overview
3
Commits
2
Pipelines
0
Changes
17
All threads resolved!
Hide all comments
Merged
dvermd
requested to merge
dvermd/bump-structopt-version
into
dev
5 years ago
Overview
3
Commits
2
Pipelines
0
Changes
17
All threads resolved!
Hide all comments
Expand
Bump structopt to finish ticket
#134 (closed)
0
0
Merge request reports
Compare
dev
version 1
16ff0443
5 years ago
dev (base)
and
latest version
latest version
03e76c4d
2 commits,
5 years ago
version 1
16ff0443
2 commits,
5 years ago
17 files
+
78
−
28
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
17
Search (e.g. *.vue) (Ctrl+P)
bin/dunitrust-server/src/main.rs
+
2
−
0
Options
@@ -16,6 +16,8 @@
//! Main function for classic Dunitrust nodes (no specialization).
#![deny(
clippy::option_unwrap_used,
clippy::result_unwrap_used,
missing_docs,
missing_debug_implementations,
missing_copy_implementations,
Loading