Skip to content

Commit 508ae78

Browse files
authored
Merge pull request #9122 from Byron/graph-segmentation
graph -> stacks
2 parents c3b7f60 + c60f43b commit 508ae78

File tree

34 files changed

+5874
-3122
lines changed

34 files changed

+5874
-3122
lines changed

Cargo.lock

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

crates/but-graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ but-core.workspace = true
1515

1616
gix.workspace = true
1717
bstr.workspace = true
18-
petgraph = "0.8.1"
18+
petgraph = { version = "0.8.1", default-features = false, features = ["stable_graph", "std"] }
1919
anyhow.workspace = true
2020
bitflags = "2.9.1"
2121

0 commit comments

Comments
 (0)