Skip to content

Commit

Permalink
update pdb-handler version
Browse files Browse the repository at this point in the history
  • Loading branch information
rvhonorato committed Oct 14, 2024
1 parent 81097b6 commit eb870c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "haddock-restraints"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
description = "Generate restraints to be used in HADDOCK"
license = "MIT"
Expand All @@ -26,5 +26,5 @@ kd-tree = "0.6.0"
clap = { version = "4.5", features = ["derive"] }
nalgebra = "0.33.0"
itertools = "0.13.0"
pdb-handler = "0.1"
pdb-handler = ">=0.1.2"
tempfile = "3.12"

0 comments on commit eb870c3

Please sign in to comment.