Change version number from '0.2.0' to '0.3.0' in Cargo.toml
Showing
[package] | ||
name = "lib3dmol" | ||
version = "0.2.0" | ||
authors = ["NOEL Philippe <philippe.noel@inria.fr>", "BRESSO Emmanuel <emmanuel.bresso@loria.fr>"] | ||
version = "0.3.0" | ||
authors = ["NOEL Philippe <philippe.noel@tutanota.com>", "BRESSO Emmanuel <emmanuel.bresso@loria.fr>"] | ||
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" |
Please register or sign in to comment