From 4275c106b82927738c9f0f3500c01033f1aa965f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89lo=C3=AFs?= <elois@ifee.fr>
Date: Sun, 11 Nov 2018 17:53:34 +0000
Subject: [PATCH] Revert "Merge branch 'publish_dup_crates' into 'dev'"

This reverts merge request !94
---
 .gitlab-ci.yml    | 4 ----
 crypto/Cargo.toml | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0925d6ff..410ccbe3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -215,7 +215,6 @@ package:prod:linux64:
     expire_in: 2 weeks
   only:
     - tags
-    - dev
   when: manual
   allow_failure: false
 
@@ -230,7 +229,6 @@ package:prod:armv7:
     expire_in: 2 weeks
   only:
     - tags
-    - dev
   when: manual
   allow_failure: false
 
@@ -245,7 +243,6 @@ package:prod:win64:
     expire_in: 2 weeks
   only:
     - tags
-    - dev
   when: manual
   allow_failure: false
 
@@ -257,7 +254,6 @@ package:prod:win64:
     - python3 .gitlab/releaser
   only:
     - tags
-    - dev
 
 prerelease:
   <<: *release_jobs
diff --git a/crypto/Cargo.toml b/crypto/Cargo.toml
index 983a3cf0..def563d3 100644
--- a/crypto/Cargo.toml
+++ b/crypto/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "dup-crypto"
-version = "0.4.0-b1"
+version = "0.3.0-b3"
 authors = ["nanocryk <nanocryk@duniter.org>", "elois <elois@duniter.org>"]
 description = "Manage cryptographic operations for the DUP (DUniter Protocol)."
 repository = "https://git.duniter.org/nodes/rust/duniter-rs"
-- 
GitLab