Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
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
nodes
typescript
duniter
Commits
5e21113b
Commit
5e21113b
authored
4 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
[doc] rustc 1.47+ is required
parent
412583d8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
rust-bins/xtask/src/main.rs
+1
-1
1 addition, 1 deletion
rust-bins/xtask/src/main.rs
with
2 additions
and
2 deletions
README.md
+
1
−
1
View file @
5e21113b

# Duniter [](https://git.duniter.org/nodes/typescript/duniter/commits/dev) [](https://coveralls.io/github/duniter/duniter?branch=master) [](https://david-dm.org/duniter/duniter)
# Duniter [](https://git.duniter.org/nodes/typescript/duniter/commits/dev) [](https://coveralls.io/github/duniter/duniter?branch=master) [](https://david-dm.org/duniter/duniter)
[](https://github.com/rust-lang/rust/blob/master/RELEASES.md)
Duniter (previously uCoin) is a libre software allowing to create a new kind of P2P crypto-currencies based on individuals and Universal Dividend.
...
...
This diff is collapsed.
Click to expand it.
rust-bins/xtask/src/main.rs
+
1
−
1
View file @
5e21113b
...
...
@@ -19,7 +19,7 @@ use std::{
};
use
structopt
::
StructOpt
;
const
MIN_RUST_VERTION
:
&
str
=
"1.4
6
.0"
;
const
MIN_RUST_VERTION
:
&
str
=
"1.4
7
.0"
;
const
NODE_VERSION
:
&
str
=
"10.22.1"
;
const
NVM_VERSION
:
&
str
=
"0.35.3"
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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