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 project is archived. Its data is
read-only
.
Show more breadcrumbs
nodes
rust
Dunitrust
Merge requests
!63
Resolve "Migrate SQLite to rustbreak"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Migrate SQLite to rustbreak"
76-migrate-sqlite-to-rustbreak
into
dev
Overview
0
Commits
2
Pipelines
0
Changes
60
Merged
Resolve "Migrate SQLite to rustbreak"
Éloïs
requested to merge
76-migrate-sqlite-to-rustbreak
into
dev
May 31, 2018
Overview
0
Commits
2
Pipelines
0
Changes
60
Closes
#76 (closed)
Edited
Jun 6, 2018
by
Éloïs
0
0
Merge request reports
Compare
dev
version 3
c06b777c
Jun 6, 2018
version 2
ee98333b
Jun 6, 2018
version 1
e0bec026
Jun 4, 2018
dev (base)
and
latest version
latest version
1e5a4c4f
2 commits,
Jun 6, 2018
version 3
c06b777c
2 commits,
Jun 6, 2018
version 2
ee98333b
1 commit,
Jun 6, 2018
version 1
e0bec026
1 commit,
Jun 4, 2018
60 files
+
4761
−
2858
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
60
blockchain/Cargo.toml
+
4
−
1
View file @ 1e5a4c4f
Edit in single-file editor
Open in Web IDE
Show full file
@@ -18,9 +18,12 @@ duniter-module = { path = "../module" }
duniter-network
=
{
path
=
"../network"
}
duniter-wotb
=
{
path
=
"../wotb"
}
log
=
"0.4.1"
num_cpus
=
"1.8.0"
pbr
=
"1.0.1"
rand
=
"0.4.2"
rustbreak
=
{
version
=
"2.0.0-rc2"
,
features
=
[
"bin_enc"
]}
serde
=
"1.0.57"
serde_derive
=
"1.0.57"
serde_json
=
"1.0.17"
sqlite
=
"0.23.9"
\ No newline at end of file
sqlite
=
"0.23.9"
threadpool
=
"1.7.1"
\ No newline at end of file
Loading