Skip to content

Commit 5dcd88d

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 6741aa0 commit 5dcd88d

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
@@ -22,8 +22,8 @@ unstable = ["recovery", "rand-std"]
2222
default = ["std"]
2323
std = ["alloc", "secp256k1-sys/std"]
2424
# allow use of Secp256k1::new and related API that requires an allocator
25-
alloc = ["secp256k1-sys/alloc"]
26-
bitcoin-hashes-std = ["bitcoin_hashes/std"]
25+
alloc = ["secp256k1-sys/alloc"]
26+
bitcoin-hashes-std = ["bitcoin_hashes/std"]
2727
rand-std = ["rand/std", "rand/std_rng"]
2828
recovery = ["secp256k1-sys/recovery"]
2929
lowmemory = ["secp256k1-sys/lowmemory"]

0 commit comments

Comments
 (0)