Skip to content

Commit 17655b4

Browse files
committed
Align A3S Flow dependency with release
1 parent 8a02600 commit 17655b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ a3s-common = { version = "0.1.1", path = "../../common" }
1717
a3s-memory = { version = "0.1.2", path = "../../memory" }
1818
a3s-lane = { version = "0.4", path = "../../lane" }
1919
a3s-search = { version = "1.2.3", path = "../../search", default-features = false, features = ["lightpanda"] }
20-
a3s-flow = { version = "0.1.0", path = "../../flow" }
20+
a3s-flow = { version = "0.4.0", path = "../../flow" }
2121

2222
# Async runtime
2323
tokio = { version = "1.35", features = [

0 commit comments

Comments
 (0)