From 93231e60708c6d6531b028fe3d618949d641220c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lo=C3=AFs?= <elois@ifee.fr> Date: Sat, 17 Nov 2018 20:45:21 +0100 Subject: [PATCH] [pub] increase network-documents version --- Cargo.lock | 20 ++++++++++---------- network-documents/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21115938..178d543d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -255,7 +255,7 @@ dependencies = [ "duniter-module 0.1.0-a0.1", "duniter-network 0.1.0-a0.1", "dup-crypto 0.5.0", - "durs-network-documents 0.2.0-b1", + "durs-network-documents 0.3.0", "durs-wot 0.8.0-a0.9", "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -292,7 +292,7 @@ dependencies = [ "duniter-module 0.1.0-a0.1", "duniter-network 0.1.0-a0.1", "dup-crypto 0.5.0", - "durs-network-documents 0.2.0-b1", + "durs-network-documents 0.3.0", "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "log-panics 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.78 (registry+https://github.com/rust-lang/crates.io-index)", @@ -328,7 +328,7 @@ dependencies = [ "duniter-module 0.1.0-a0.1", "duniter-network 0.1.0-a0.1", "dup-crypto 0.5.0", - "durs-network-documents 0.2.0-b1", + "durs-network-documents 0.3.0", "serde 1.0.78 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", @@ -340,7 +340,7 @@ version = "0.1.0-a0.1" dependencies = [ "dubp-documents 0.11.0", "dup-crypto 0.5.0", - "durs-network-documents 0.2.0-b1", + "durs-network-documents 0.3.0", "serde 1.0.78 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", @@ -354,7 +354,7 @@ dependencies = [ "dubp-documents 0.11.0", "duniter-module 0.1.0-a0.1", "dup-crypto 0.5.0", - "durs-network-documents 0.2.0-b1", + "durs-network-documents 0.3.0", "serde 1.0.78 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", @@ -371,7 +371,7 @@ dependencies = [ "duniter-module 0.1.0-a0.1", "duniter-network 0.1.0-a0.1", "dup-crypto 0.5.0", - "durs-network-documents 0.2.0-b1", + "durs-network-documents 0.3.0", "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.78 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", @@ -406,7 +406,7 @@ dependencies = [ [[package]] name = "durs-network-documents" -version = "0.2.0-b1" +version = "0.3.0" dependencies = [ "base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -443,7 +443,7 @@ dependencies = [ "duniter-module 0.1.0-a0.1", "duniter-network 0.1.0-a0.1", "dup-crypto 0.5.0", - "durs-network-documents 0.2.0-b1", + "durs-network-documents 0.3.0", "durs-ws2p-messages 0.1.0-a0.1", "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.78 (registry+https://github.com/rust-lang/crates.io-index)", @@ -459,7 +459,7 @@ dependencies = [ "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "dubp-documents 0.11.0", "dup-crypto 0.5.0", - "durs-network-documents 0.2.0-b1", + "durs-network-documents 0.3.0", "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.78 (registry+https://github.com/rust-lang/crates.io-index)", @@ -479,7 +479,7 @@ dependencies = [ "duniter-module 0.1.0-a0.1", "duniter-network 0.1.0-a0.1", "dup-crypto 0.5.0", - "durs-network-documents 0.2.0-b1", + "durs-network-documents 0.3.0", "durs-wot 0.8.0-a0.9", "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/network-documents/Cargo.toml b/network-documents/Cargo.toml index f0699f1f..9149de41 100644 --- a/network-documents/Cargo.toml +++ b/network-documents/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "durs-network-documents" -version = "0.2.0-b1" +version = "0.3.0" authors = ["librelois <elois@duniter.org>"] description = "Network documents for DUNP (DUniter Network Protocol)" license = "AGPL-3.0" -- GitLab