Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ybyygu committed Mar 10, 2020
1 parent bec376d commit b439e42
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# cargo

# [[file:~/Workspace/Programming/gchemol-rs/lattice/lattice.note::*cargo][cargo:1]]
[package]
name = "gchemol-lattice"
version = "0.0.6"
version = "0.1.0"
edition = "2018"
authors = ["Wenping Guo <ybyygu@gmail.com>"]
description = "Periodic 3D crystal lattice"
Expand All @@ -14,8 +12,8 @@ exclude = ["bin/*", "docs/*", "ltxpng/*", "data/*"]

[dependencies]
serde = {version="1", features = ["derive"]}
vecfx = {version="0.0.8", features = ["nalgebra"]}
gchemol-gut = "0.1"
vecfx = {version="0.1.2", features = ["nalgebra"]}
gchemol-gut = "0.1.3"

[dev-dependencies]
approx = "0.3"
Expand Down

0 comments on commit b439e42

Please sign in to comment.