Skip to content

Commit

Permalink
ignore indoc in udeps
Browse files Browse the repository at this point in the history
  • Loading branch information
zvolin committed Dec 14, 2023
1 parent 167785c commit cc4d55d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ thiserror = "1.0.40"

[dev-dependencies]
ed25519-consensus = "2.1.0"
indoc = "2.0.4"
proptest = { version = "1.2.0", default-features = false, features = ["std"] }
rand = "0.8.5"
serde_json = "1.0.97"

# doc-tests
indoc = "2.0.4"

[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
getrandom = { version = "0.2.10", features = ["js"] }
wasm-bindgen-test = "0.3"
Expand All @@ -42,3 +44,6 @@ default = ["p2p"]
p2p = ["dep:libp2p-identity", "dep:multiaddr", "dep:serde_repr"]
test-utils = ["dep:ed25519-consensus", "dep:rand"]
wasm-bindgen = ["tendermint/wasm-bindgen"]

[package.metadata.cargo-udeps.ignore]
normal = ["indoc"]

0 comments on commit cc4d55d

Please sign in to comment.