Skip to content

Commit 95d21cd

Browse files
committed
manifest: Move package.metadata
As we do in `rust-bitcoin` put the `package.metadata` config down belov `dev-dependencies`. Justification is that its not that meaningful so throw it down out the way.
1 parent 5b0e0ff commit 95d21cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ edition = "2021"
1313
rust-version = "1.63.0"
1414
exclude = ["tests", "contrib"]
1515

16-
[package.metadata.docs.rs]
17-
all-features = true
18-
rustdoc-args = ["--cfg", "docsrs"]
19-
2016
[features]
2117
default = ["std"]
2218
std = ["alloc", "secp256k1-sys/std", "rand?/std", "rand?/std_rng", "rand?/thread_rng"]
@@ -48,6 +44,10 @@ serde_test = "1.0.19"
4844
bincode = "1.3.3"
4945
hex_lit = "0.1.1"
5046

47+
[package.metadata.docs.rs]
48+
all-features = true
49+
rustdoc-args = ["--cfg", "docsrs"]
50+
5151
[target.wasm32-unknown-unknown.dev-dependencies]
5252
wasm-bindgen-test = "0.3"
5353
getrandom = { version = "0.3", features = ["wasm_js"] }

0 commit comments

Comments
 (0)