Skip to content

Commit

Permalink
chore: Widen ranges for petgraph, strum_macros.
Browse files Browse the repository at this point in the history
Allow usage of newest versions.
  • Loading branch information
adam-azarchs committed Nov 17, 2021
1 parent ebbb67a commit f7e2301
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
19 changes: 13 additions & 6 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
Expand Up @@ -22,5 +22,5 @@ thiserror = "1"
regex = "1.0"
lazy_static = "1.1"
derive-new = "0.5"
petgraph = { version = "0.5", optional = true }
strum_macros = ">=0.20, <0.22"
petgraph = { version = ">=0.5,<0.7", optional = true }
strum_macros = ">=0.20, <0.24"

0 comments on commit f7e2301

Please sign in to comment.