File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ license.workspace = true
1515ahash.workspace = true
1616atomic_float.workspace = true
1717clap = { workspace = true , optional = true }
18- graph_builder = { path = " ../builder" , version = " ^0.4.0 " }
18+ graph_builder = { path = " ../builder" , version = " ^0.4.1 " }
1919log.workspace = true
2020num-format.workspace = true
2121nanorand.workspace = true
@@ -24,6 +24,6 @@ serde = { workspace = true, optional = true }
2424
2525[dev-dependencies ]
2626env_logger.workspace = true
27- graph_builder = { path = " ../builder" , version = " ^0.4.0 " , features = [" gdl" ] }
27+ graph_builder = { path = " ../builder" , version = " ^0.4.1 " , features = [" gdl" ] }
2828log.workspace = true
2929polars.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " graph_builder"
3- version = " 0.4.0 "
3+ version = " 0.4.1 "
44description = " A building block for high-performant graph algorithms."
55keywords = [" graph" , " builder" , " csr" , " algorithms" ]
66authors.workspace = true
You can’t perform that action at this time.
0 commit comments