Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteb4bec4

Browse files
authored
Merge pull request#135 from neo4j-labs/release/graph_builder/0.4.1
release: graph_builder v0.4.1
2 parents69a6b26 +64ce92d commiteb4bec4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎crates/algos/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ license.workspace = true
1515
ahash.workspace =true
1616
atomic_float.workspace =true
1717
clap = {workspace =true,optional =true }
18-
graph_builder = {path ="../builder",version ="^0.4.0" }
18+
graph_builder = {path ="../builder",version ="^0.4.1" }
1919
log.workspace =true
2020
num-format.workspace =true
2121
nanorand.workspace =true
@@ -24,6 +24,6 @@ serde = { workspace = true, optional = true }
2424

2525
[dev-dependencies]
2626
env_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"] }
2828
log.workspace =true
2929
polars.workspace =true

‎crates/builder/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_builder"
3-
version ="0.4.0"
3+
version ="0.4.1"
44
description ="A building block for high-performant graph algorithms."
55
keywords = ["graph","builder","csr","algorithms"]
66
authors.workspace =true

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp