forked from libre-chip/fayalite
switch to petgraph 0.8.1 now that my PR was merged and released to crates.io
This commit is contained in:
parent
e2d2d4110b
commit
91e1b619e8
3 changed files with 20 additions and 14 deletions
|
@ -29,8 +29,7 @@ jobslot = "0.2.19"
|
|||
num-bigint = "0.4.6"
|
||||
num-traits = "0.2.16"
|
||||
os_pipe = "1.2.1"
|
||||
# TODO: switch back to crates.io once petgraph accepts PR #684 and releases a new version
|
||||
petgraph = { git = "https://github.com/programmerjake/petgraph.git", rev = "258ea8071209a924b73fe96f9f87a3b7b45cbc9f" }
|
||||
petgraph = "0.8.1"
|
||||
prettyplease = "0.2.20"
|
||||
proc-macro2 = "1.0.83"
|
||||
quote = "1.0.36"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue