Skip to content

Commit

Permalink
[FIX] (cu29_runtime) bump petgraph to 0.7.1 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
makeecat authored Jan 14, 2025
1 parent 34d2229 commit 3ca32cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/cu29_runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ page_size = "0.6.0"

ron = "0.8.1"
hdrhistogram = "7.5.4"
petgraph = { version = "0.6.5", features = ["serde", "serde-1", "serde_derive"] }
petgraph = { version = "0.7.1", features = ["serde", "serde-1", "serde_derive"] }

0 comments on commit 3ca32cf

Please sign in to comment.