Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion framework/development/VERSIONING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The versioning setup is based on the dependency graph of the project, which is s
> `cargo depgraph --dedup-transitive-deps --exclude abstract-interface-scripts,boot-core --build-deps | dot -Tpng > dep_graph.png`
> *Ensure you have [graphviz](https://graphviz.gitlab.io/download/) installed.*

![Abstract's dependency graph](../docs/dep_graph.png)
![Abstract's dependency graph](../development/dep_graph.png)

From the graph we can draw some conclusions:

Expand Down