Skip to content

Commit

Permalink
Merge pull request #135 from neo4j-labs/release/graph_builder/0.4.1
Browse files Browse the repository at this point in the history
release: graph_builder v0.4.1
  • Loading branch information
knutwalker authored Dec 19, 2024
2 parents 69a6b26 + 64ce92d commit eb4bec4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.4.0" }
graph_builder = { path = "../builder", version = "^0.4.1" }
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.4.0", features = ["gdl"] }
graph_builder = { path = "../builder", version = "^0.4.1", features = ["gdl"] }
log.workspace = true
polars.workspace = true
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.4.0"
version = "0.4.1"
description = "A building block for high-performant graph algorithms."
keywords = ["graph", "builder", "csr", "algorithms"]
authors.workspace = true
Expand Down

0 comments on commit eb4bec4

Please sign in to comment.