Skip to content

Commit 69a6b26

Browse files
authored
Merge pull request #134 from neo4j-labs/release/graph/0.3.2
release: graph v0.3.2
2 parents 4a4de1b + 7de6b8c commit 69a6b26

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: crates/algos/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graph"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "A library of high-performant graph algorithms."
55
keywords = ["graph", "algorithms", "parallel"]
66
authors.workspace = true

Diff for: crates/app/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ polars.workspace = true
2323

2424
[dependencies.graph]
2525
path = "../algos"
26-
version = "^0.3.1"
26+
version = "^0.3.2"
2727
features = ["clap"]
2828

2929
[dependencies.kommandozeile]

Diff for: crates/mate/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ default = []
2121
extension-module = ["pyo3/extension-module"]
2222

2323
[dependencies]
24-
graph = { path = "../algos", version = "^0.3.1" }
24+
graph = { path = "../algos", version = "^0.3.2" }
2525
log.workspace = true
2626
numpy.workspace = true
2727
pyo3-log.workspace = true

Diff for: crates/server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async-trait.workspace = true
1919
clap.workspace = true
2020
env_logger.workspace = true
2121
futures.workspace = true
22-
graph = { path = "../algos", version = "^0.3.1", features = ["serde"] }
22+
graph = { path = "../algos", version = "^0.3.2", features = ["serde"] }
2323
itertools.workspace = true
2424
log.workspace = true
2525
parking_lot.workspace = true

0 commit comments

Comments
 (0)