Skip to content

Commit 6bd54f8

Browse files
committed
graph, substreams: Suppress some doc generation to avoid name conflicts
1 parent 4b7a332 commit 6bd54f8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

graph/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ slog = { version = "2.7.0", features = ["release_max_level_trace", "max_level_tr
4242
# stable-hash_legacy = { version = "0.3.3", package = "stable-hash" }
4343
# stable-hash = { version = "0.4.2" }
4444
stable-hash = { git = "https://github.com/graphprotocol/stable-hash", branch = "main"}
45-
stable-hash_legacy = { git = "https://github.com/graphprotocol/stable-hash", branch = "old", package = "stable-hash" }
45+
stable-hash_legacy = { git = "https://github.com/graphprotocol/stable-hash", branch = "old", package = "stable-hash", doc = false }
4646
strum = "0.21.0"
4747
strum_macros = "0.25.3"
4848
slog-async = "2.5.0"

substreams/substreams-trigger-filter/Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ version.workspace = true
44
edition.workspace = true
55

66
[lib]
7+
doc = false
8+
name = "substreams"
79
crate-type = ["cdylib"]
810

911
[dependencies]
1012
hex = { version = "0.4", default-features = false }
11-
prost.workspace = true
13+
prost.workspace = true
1214
substreams = "0.5"
1315
substreams-entity-change = "1.3"
1416
substreams-near-core = "0.10.1"
@@ -18,4 +20,3 @@ trigger-filters.path = "../trigger-filters"
1820

1921
[build-dependencies]
2022
tonic-build = { version = "0.8.4", features = ["prost"] }
21-

0 commit comments

Comments
 (0)