From a93572d4b13c56dec9d987eb2dc9f1becde83301 Mon Sep 17 00:00:00 2001 From: NOEL Philippe Date: Mon, 24 Feb 2020 14:50:17 +0100 Subject: [PATCH] Change version number from '0.2.0' to '0.3.0' in Cargo.toml --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2943030..9dea680 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lib3dmol" -version = "0.2.0" -authors = ["NOEL Philippe ", "BRESSO Emmanuel "] +version = "0.3.0" +authors = ["NOEL Philippe ", "BRESSO Emmanuel "] edition = "2018" include = ["Cargo.toml", "src/**/*.rs", "tests/**/*.rs", "README.md"] @@ -13,6 +13,5 @@ path = "src/main.rs" name = "lib3dmol" path = "src/lib.rs" - [dependencies] lazy_static="1.3.0" -- GitLab