Skip to content

Commit

Permalink
Release graph_builder 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and s1ck committed Nov 3, 2023
1 parent e6dfb1f commit 933de75
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions crates/algos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ license.workspace = true
ahash.workspace = true
atomic_float.workspace = true
clap = { workspace = true, optional = true }
graph_builder = { path = "../builder", version = "^0.3.1" }
graph_builder = { path = "../builder", version = "^0.4.0" }
log.workspace = true
num-format.workspace = true
nanorand.workspace = true
Expand All @@ -24,6 +24,6 @@ serde = { workspace = true, optional = true }

[dev-dependencies]
env_logger.workspace = true
graph_builder = { path = "../builder", version = "^0.3.1", features = ["gdl"] }
graph_builder = { path = "../builder", version = "^0.4.0", features = ["gdl"] }
log.workspace = true
polars.workspace = true
2 changes: 1 addition & 1 deletion crates/bench_util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license.workspace = true
async-compression.workspace = true
directories.workspace = true
futures.workspace = true
graph_builder = { path = "../builder", version = "^0.3.1", features = ["dotgraph", "gdl"] }
graph_builder = { path = "../builder", version = "^0.4.0", features = ["dotgraph", "gdl"] }
rand.workspace = true
reqwest.workspace = true
tokio-tar.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/builder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graph_builder"
version = "0.3.1"
version = "0.4.0"
description = "A building block for high-performant graph algorithms."
keywords = ["graph", "builder", "csr", "algorithms"]
authors.workspace = true
Expand Down

0 comments on commit 933de75

Please sign in to comment.