From 8fd2816a9694fba4dbbdbc82c9d25a0d18f10878 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Thu, 12 Jul 2018 20:37:17 +0200 Subject: Changing a bunch of version numbers around. This is really not a good solution I need a script that can do this automatically for releases because it's getting REALLY annoying and time consuming... --- lockchain-http/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lockchain-http/Cargo.toml') diff --git a/lockchain-http/Cargo.toml b/lockchain-http/Cargo.toml index ede854d..c799e28 100644 --- a/lockchain-http/Cargo.toml +++ b/lockchain-http/Cargo.toml @@ -9,9 +9,8 @@ homepage = "https://github.com/spacekookie/lockchain/tree/master/lockchain-http" readme = "README.md" license = "MIT/X11 OR Apache-2.0" - [dependencies] -lockchain-core = { version = "0.9.0", path = "../lockchain-core" } +lockchain-core = { version = "0.9.0" }# lockchain-core = { version = "0.9.1-alpha.0", path = "../lockchain-core" } env_logger = "0.5" # Serialisation stack -- cgit v1.2.3