Skip to content

Commit 510e58a

Browse files
committed
Remove leading whitespace character
The manifest has two cases of leading whitespace, doesn't obviously mean anything, remove them. Whitespace was introduced in commit: `7d3a149ca5064147229db147359638cbcb54acdd`
1 parent 71b47d1 commit 510e58a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ rustdoc-args = ["--cfg", "docsrs"]
2121
default = ["std"]
2222
std = ["alloc", "secp256k1-sys/std"]
2323
# allow use of Secp256k1::new and related API that requires an allocator
24-
alloc = ["secp256k1-sys/alloc"]
25-
bitcoin-hashes-std = ["bitcoin_hashes/std"]
24+
alloc = ["secp256k1-sys/alloc"]
25+
bitcoin-hashes-std = ["bitcoin_hashes/std"]
2626
rand-std = ["rand/std", "rand/std_rng"]
2727
recovery = ["secp256k1-sys/recovery"]
2828
lowmemory = ["secp256k1-sys/lowmemory"]

0 commit comments

Comments
 (0)