Skip to content

Commit 9bffe05

Browse files
github-actions[bot]github-actions
andauthored
Release graph 0.3.1 (#122)
Co-authored-by: github-actions <[email protected]>
1 parent 8bbb9c8 commit 9bffe05

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

crates/algos/Cargo.toml

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

crates/app/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.0"
26+
version = "^0.3.1"
2727
features = ["clap"]
2828

2929
[dependencies.kommandozeile]

crates/mate/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.0" }
24+
graph = { path = "../algos", version = "^0.3.1" }
2525
log.workspace = true
2626
numpy.workspace = true
2727
pyo3-log.workspace = true

crates/server/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.0", features = ["serde"] }
22+
graph = { path = "../algos", version = "^0.3.1", features = ["serde"] }
2323
itertools.workspace = true
2424
log.workspace = true
2525
parking_lot.workspace = true

0 commit comments

Comments
 (0)