From 27002590957d5b708c9faef2749db0cc0f763609 Mon Sep 17 00:00:00 2001 From: librelois <elois@ifee.fr> Date: Mon, 20 May 2019 23:44:16 +0200 Subject: [PATCH] durs v0.2.0-a --- Cargo.lock | 112 +++++++++--------- bin/durs-server/Cargo.toml | 2 +- lib/core/conf/Cargo.toml | 2 +- lib/core/core/Cargo.toml | 2 +- lib/core/message/Cargo.toml | 2 +- lib/core/module/Cargo.toml | 2 +- lib/core/network/Cargo.toml | 2 +- .../blockchain/blockchain-dal/Cargo.toml | 2 +- lib/modules/blockchain/blockchain/Cargo.toml | 2 +- lib/modules/tui/Cargo.toml | 2 +- lib/modules/ws2p-v1-legacy/Cargo.toml | 2 +- lib/modules/ws2p/ws2p-messages/Cargo.toml | 2 +- lib/modules/ws2p/ws2p-protocol/Cargo.toml | 2 +- lib/modules/ws2p/ws2p/Cargo.toml | 2 +- .../network-documents/src/network_head_v3.rs | 2 +- 15 files changed, 70 insertions(+), 70 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e3ac4d5..693632a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -310,14 +310,14 @@ dependencies = [ [[package]] name = "durs" -version = "0.1.1-a1" -dependencies = [ - "durs-core 0.1.0-a0.1", - "durs-module 0.1.0-a0.1", - "durs-network 0.1.0-a0.1", - "durs-tui 0.1.0-a0.1", - "durs-ws2p 0.1.0-a0.1", - "durs-ws2p-v1-legacy 0.1.0-a0.1", +version = "0.2.0-a" +dependencies = [ + "durs-core 0.2.0-a", + "durs-module 0.2.0-a", + "durs-network 0.2.0-a", + "durs-tui 0.2.0-a", + "durs-ws2p 0.2.0-a", + "durs-ws2p-v1-legacy 0.2.0-a", "human-panic 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "structopt 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", @@ -325,19 +325,19 @@ dependencies = [ [[package]] name = "durs-blockchain" -version = "0.1.0-a0.1" +version = "0.2.0-a" dependencies = [ "dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "dubp-documents 0.12.0", "dubp-documents-tests-tools 0.1.0", "dup-crypto 0.6.0", "dup-crypto-tests-tools 0.1.0", - "durs-blockchain-dal 0.1.0-a0.1", + "durs-blockchain-dal 0.2.0-a", "durs-common-tools 0.1.0", - "durs-conf 0.1.0-a0.1", - "durs-message 0.1.0-a0.1", - "durs-module 0.1.0-a0.1", - "durs-network 0.1.0-a0.1", + "durs-conf 0.2.0-a", + "durs-message 0.2.0-a", + "durs-module 0.2.0-a", + "durs-network 0.2.0-a", "durs-network-documents 0.3.1", "durs-wot 0.8.0-a0.9", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -353,7 +353,7 @@ dependencies = [ [[package]] name = "durs-blockchain-dal" -version = "0.1.0-a0.1" +version = "0.2.0-a" dependencies = [ "dubp-documents 0.12.0", "dubp-documents-tests-tools 0.1.0", @@ -361,7 +361,7 @@ dependencies = [ "dup-crypto-tests-tools 0.1.0", "durs-common-tests-tools 0.1.0", "durs-common-tools 0.1.0", - "durs-module 0.1.0-a0.1", + "durs-module 0.2.0-a", "durs-wot 0.8.0-a0.9", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "id_tree 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -390,13 +390,13 @@ dependencies = [ [[package]] name = "durs-conf" -version = "0.1.0-a0.1" +version = "0.2.0-a" dependencies = [ "dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "dubp-documents 0.12.0", "dup-crypto 0.6.0", "durs-common-tools 0.1.0", - "durs-module 0.1.0-a0.1", + "durs-module 0.2.0-a", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -408,16 +408,16 @@ dependencies = [ [[package]] name = "durs-core" -version = "0.1.0-a0.1" +version = "0.2.0-a" dependencies = [ "dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "dup-crypto 0.6.0", - "durs-blockchain 0.1.0-a0.1", + "durs-blockchain 0.2.0-a", "durs-common-tools 0.1.0", - "durs-conf 0.1.0-a0.1", - "durs-message 0.1.0-a0.1", - "durs-module 0.1.0-a0.1", - "durs-network 0.1.0-a0.1", + "durs-conf 0.2.0-a", + "durs-message 0.2.0-a", + "durs-module 0.2.0-a", + "durs-network 0.2.0-a", "durs-network-documents 0.3.1", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -432,13 +432,13 @@ dependencies = [ [[package]] name = "durs-message" -version = "0.1.0-a0.1" +version = "0.2.0-a" dependencies = [ "dubp-documents 0.12.0", "dup-crypto 0.6.0", - "durs-blockchain-dal 0.1.0-a0.1", - "durs-module 0.1.0-a0.1", - "durs-network 0.1.0-a0.1", + "durs-blockchain-dal 0.2.0-a", + "durs-module 0.2.0-a", + "durs-network 0.2.0-a", "durs-network-documents 0.3.1", "serde 1.0.86 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.86 (registry+https://github.com/rust-lang/crates.io-index)", @@ -447,7 +447,7 @@ dependencies = [ [[package]] name = "durs-module" -version = "0.1.0-a0.1" +version = "0.2.0-a" dependencies = [ "dubp-documents 0.12.0", "dup-crypto 0.6.0", @@ -462,11 +462,11 @@ dependencies = [ [[package]] name = "durs-network" -version = "0.1.0-a0.1" +version = "0.2.0-a" dependencies = [ "dubp-documents 0.12.0", "dup-crypto 0.6.0", - "durs-module 0.1.0-a0.1", + "durs-module 0.2.0-a", "durs-network-documents 0.3.1", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.86 (registry+https://github.com/rust-lang/crates.io-index)", @@ -500,10 +500,10 @@ version = "0.1.0" dependencies = [ "dup-crypto 0.6.0", "durs-common-tools 0.1.0", - "durs-conf 0.1.0-a0.1", - "durs-message 0.1.0-a0.1", - "durs-module 0.1.0-a0.1", - "durs-network 0.1.0-a0.1", + "durs-conf 0.2.0-a", + "durs-message 0.2.0-a", + "durs-module 0.2.0-a", + "durs-network 0.2.0-a", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.86 (registry+https://github.com/rust-lang/crates.io-index)", @@ -514,15 +514,15 @@ dependencies = [ [[package]] name = "durs-tui" -version = "0.1.0-a0.1" +version = "0.2.0-a" dependencies = [ "dubp-documents 0.12.0", "dup-crypto 0.6.0", "durs-common-tools 0.1.0", - "durs-conf 0.1.0-a0.1", - "durs-message 0.1.0-a0.1", - "durs-module 0.1.0-a0.1", - "durs-network 0.1.0-a0.1", + "durs-conf 0.2.0-a", + "durs-message 0.2.0-a", + "durs-module 0.2.0-a", + "durs-network 0.2.0-a", "durs-network-documents 0.3.1", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -548,20 +548,20 @@ dependencies = [ [[package]] name = "durs-ws2p" -version = "0.1.0-a0.1" +version = "0.2.0-a" dependencies = [ "bincode 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "dubp-documents 0.12.0", "dup-crypto 0.6.0", "durs-common-tests-tools 0.1.0", "durs-common-tools 0.1.0", - "durs-conf 0.1.0-a0.1", - "durs-message 0.1.0-a0.1", - "durs-module 0.1.0-a0.1", - "durs-network 0.1.0-a0.1", + "durs-conf 0.2.0-a", + "durs-message 0.2.0-a", + "durs-module 0.2.0-a", + "durs-network 0.2.0-a", "durs-network-documents 0.3.1", - "durs-ws2p-messages 0.1.0-a0.1", - "durs-ws2p-protocol 0.1.0-a0.1", + "durs-ws2p-messages 0.2.0-a", + "durs-ws2p-protocol 0.2.0-a", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -574,7 +574,7 @@ dependencies = [ [[package]] name = "durs-ws2p-messages" -version = "0.1.0-a0.1" +version = "0.2.0-a" dependencies = [ "bincode 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", @@ -591,14 +591,14 @@ dependencies = [ [[package]] name = "durs-ws2p-protocol" -version = "0.1.0-a0.1" +version = "0.2.0-a" dependencies = [ "dubp-documents 0.12.0", "dup-crypto 0.6.0", "durs-common-tools 0.1.0", - "durs-module 0.1.0-a0.1", + "durs-module 0.2.0-a", "durs-network-documents 0.3.1", - "durs-ws2p-messages 0.1.0-a0.1", + "durs-ws2p-messages 0.2.0-a", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -609,17 +609,17 @@ dependencies = [ [[package]] name = "durs-ws2p-v1-legacy" -version = "0.1.0-a0.1" +version = "0.2.0-a" dependencies = [ "bincode 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "dubp-documents 0.12.0", "dup-crypto 0.6.0", "durs-common-tools 0.1.0", - "durs-conf 0.1.0-a0.1", - "durs-message 0.1.0-a0.1", - "durs-module 0.1.0-a0.1", - "durs-network 0.1.0-a0.1", + "durs-conf 0.2.0-a", + "durs-message 0.2.0-a", + "durs-module 0.2.0-a", + "durs-network 0.2.0-a", "durs-network-documents 0.3.1", "durs-wot 0.8.0-a0.9", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/bin/durs-server/Cargo.toml b/bin/durs-server/Cargo.toml index 935baf90..4229077e 100644 --- a/bin/durs-server/Cargo.toml +++ b/bin/durs-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "durs" -version = "0.1.1-a1" +version = "0.2.0-a" authors = ["librelois <elois@duniter.org>","nanocryk <nanocryk@duniter.org>","inso <inso@tuta.io>"] description = "DURS (Dividende Universel RuSt) is a new implementation of Duniter protocol and software in Rust, a safe, concurrent, practical language" license = "AGPL-3.0" diff --git a/lib/core/conf/Cargo.toml b/lib/core/conf/Cargo.toml index 9094937b..78a2d5da 100644 --- a/lib/core/conf/Cargo.toml +++ b/lib/core/conf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "durs-conf" -version = "0.1.0-a0.1" +version = "0.2.0-a" authors = ["librelois <elois@ifee.fr>"] description = "Configuration module for the Duniter project." license = "AGPL-3.0" diff --git a/lib/core/core/Cargo.toml b/lib/core/core/Cargo.toml index a158b759..03ae5221 100644 --- a/lib/core/core/Cargo.toml +++ b/lib/core/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "durs-core" -version = "0.1.0-a0.1" +version = "0.2.0-a" authors = ["librelois <elois@ifee.fr>"] description = "Durs core." license = "AGPL-3.0" diff --git a/lib/core/message/Cargo.toml b/lib/core/message/Cargo.toml index dbcb4af2..b8ed7195 100644 --- a/lib/core/message/Cargo.toml +++ b/lib/core/message/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "durs-message" -version = "0.1.0-a0.1" +version = "0.2.0-a" authors = ["librelois <elois@ifee.fr>"] description = "message model for the Durs project." license = "AGPL-3.0" diff --git a/lib/core/module/Cargo.toml b/lib/core/module/Cargo.toml index 31fd6ec8..fd7ec4fb 100644 --- a/lib/core/module/Cargo.toml +++ b/lib/core/module/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "durs-module" -version = "0.1.0-a0.1" +version = "0.2.0-a" authors = ["librelois <elois@duniter.org>"] description = "Modules model for the Duniter project." license = "AGPL-3.0" diff --git a/lib/core/network/Cargo.toml b/lib/core/network/Cargo.toml index 1b2f8428..ccfbc023 100644 --- a/lib/core/network/Cargo.toml +++ b/lib/core/network/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "durs-network" -version = "0.1.0-a0.1" +version = "0.2.0-a" authors = ["librelois <elois@duniter.org>"] description = "Network model for the Durs project." license = "AGPL-3.0" diff --git a/lib/modules/blockchain/blockchain-dal/Cargo.toml b/lib/modules/blockchain/blockchain-dal/Cargo.toml index 13d7bf7f..6437999e 100644 --- a/lib/modules/blockchain/blockchain-dal/Cargo.toml +++ b/lib/modules/blockchain/blockchain-dal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "durs-blockchain-dal" -version = "0.1.0-a0.1" +version = "0.2.0-a" authors = ["librelois <elois@ifee.fr>"] description = "Data Access Layer for Durs Blockchain module." license = "AGPL-3.0" diff --git a/lib/modules/blockchain/blockchain/Cargo.toml b/lib/modules/blockchain/blockchain/Cargo.toml index eb10d27f..58eb201d 100644 --- a/lib/modules/blockchain/blockchain/Cargo.toml +++ b/lib/modules/blockchain/blockchain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "durs-blockchain" -version = "0.1.0-a0.1" +version = "0.2.0-a" authors = ["librelois <elois@ifee.fr>"] description = "Blockchain module for the Durs project." license = "AGPL-3.0" diff --git a/lib/modules/tui/Cargo.toml b/lib/modules/tui/Cargo.toml index c769b1e2..8f206570 100644 --- a/lib/modules/tui/Cargo.toml +++ b/lib/modules/tui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "durs-tui" -version = "0.1.0-a0.1" +version = "0.2.0-a" authors = ["librelois <elois@ifee.fr>"] description = "Terminal user interface for Duniter-Rs." license = "AGPL-3.0" diff --git a/lib/modules/ws2p-v1-legacy/Cargo.toml b/lib/modules/ws2p-v1-legacy/Cargo.toml index 0fcddd90..83c7edaf 100644 --- a/lib/modules/ws2p-v1-legacy/Cargo.toml +++ b/lib/modules/ws2p-v1-legacy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "durs-ws2p-v1-legacy" -version = "0.1.0-a0.1" +version = "0.2.0-a" authors = ["librelois <elois@ifee.fr>"] description = "WebSocketToPeer API for the Durs project." license = "AGPL-3.0" diff --git a/lib/modules/ws2p/ws2p-messages/Cargo.toml b/lib/modules/ws2p/ws2p-messages/Cargo.toml index d03117e2..b9588ba5 100644 --- a/lib/modules/ws2p/ws2p-messages/Cargo.toml +++ b/lib/modules/ws2p/ws2p-messages/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "durs-ws2p-messages" -version = "0.1.0-a0.1" +version = "0.2.0-a" authors = ["librelois <elois@ifee.fr>"] description = "Handles WebSocketToPeer API Messages." license = "AGPL-3.0" diff --git a/lib/modules/ws2p/ws2p-protocol/Cargo.toml b/lib/modules/ws2p/ws2p-protocol/Cargo.toml index abd5bd69..3a0cb5bb 100644 --- a/lib/modules/ws2p/ws2p-protocol/Cargo.toml +++ b/lib/modules/ws2p/ws2p-protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "durs-ws2p-protocol" -version = "0.1.0-a0.1" +version = "0.2.0-a" authors = ["librelois <elois@ifee.fr>"] description = "WebSocketToPeer V2+ API Protocol." license = "AGPL-3.0" diff --git a/lib/modules/ws2p/ws2p/Cargo.toml b/lib/modules/ws2p/ws2p/Cargo.toml index 8f281127..82e7e371 100644 --- a/lib/modules/ws2p/ws2p/Cargo.toml +++ b/lib/modules/ws2p/ws2p/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "durs-ws2p" -version = "0.1.0-a0.1" +version = "0.2.0-a" authors = ["librelois <elois@ifee.fr>"] description = "WebSocketToPeer API for DURS Project." license = "AGPL-3.0" diff --git a/lib/tools/network-documents/src/network_head_v3.rs b/lib/tools/network-documents/src/network_head_v3.rs index bbf68ac1..1153e7ad 100644 --- a/lib/tools/network-documents/src/network_head_v3.rs +++ b/lib/tools/network-documents/src/network_head_v3.rs @@ -233,7 +233,7 @@ mod tests { ) .unwrap(), software: String::from("durs"), - soft_version: String::from("0.1.0-a0.1"), + soft_version: String::from("0.2.0-a"), signature: None, step: 0, }; -- GitLab