Skip to content

Commit 974a5ac

Browse files
committed
shouldn't depend on proto
1 parent f03920a commit 974a5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["graph", "temporal-graph", "temporal", "examples"]
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
raphtory = { workspace = true, features = ["io", "proto"] }
10+
raphtory = { workspace = true, features = ["io"] }
1111
chrono = { workspace = true }
1212
regex = { workspace = true }
1313
serde = { workspace = true }

0 commit comments

Comments
 (0)