Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ybyygu committed Feb 10, 2020
1 parent bafebc0 commit 8286882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# [[file:~/Workspace/Programming/gchemol-rs/lattice/lattice.note::*cargo][cargo:1]]
[package]
name = "gchemol-lattice"
version = "0.0.4"
version = "0.0.5"
edition = "2018"
authors = ["Wenping Guo <ybyygu@gmail.com>"]
description = "Periodic 3D crystal lattice"
Expand All @@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
serde = {version="1", features = ["derive"]}
vecfx = {version="0.0.8", features = ["nalgebra"]}
gchemol-gut = "0.0.7"
gchemol-gut = "0.0.8"

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

0 comments on commit 8286882

Please sign in to comment.