Skip to content

Commit a1510a4

Browse files
author
mlund
committed
Update interactomic dependency
1 parent 5802eb9 commit a1510a4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ itertools-num = "0.1"
2020
nalgebra = "0.33"
2121
rayon = "1.10"
2222
faunus = { git = "https://github.com/mlund/faunus-rs.git" }
23-
interatomic = { git = "https://github.com/mlund/interatomic.git", version = "0.2" }
24-
coulomb = { git = "https://github.com/mlund/coulomb.git", version = "0.2" }
23+
interatomic = { git = "https://github.com/mlund/interatomic.git", version = "0.3", features = ["serde"] }
24+
coulomb = { git = "https://github.com/mlund/coulomb.git", version = "0.2.1", features = ["serde"] }
2525
serde_yaml = "0.9"
2626
serde = { version = "1.0", features = ["derive"] }
2727
semver = { version = "1.0", features = ["serde"] }

0 commit comments

Comments
 (0)