Skip to content

Commit be7ca10

Browse files
author
Georges Palauqui
committed
const_sv2: is a no_std crate
1 parent 0a8c17e commit be7ca10

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

protocols/v2/const-sv2/Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,5 @@ keywords = ["stratum", "mining", "bitcoin", "protocol"]
1313

1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

16-
[features]
17-
no_std = []
18-
1916
[package.metadata.docs.rs]
2017
all-features = true

protocols/v2/const-sv2/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
//! `channel_id`. In this case, the first 4 bytes of the payload represent the
3737
//! `channel_id` the message is destined for.
3838
39-
#![cfg_attr(feature = "no_std", no_std)]
39+
#![no_std]
4040

4141
/// Identifier for the extension_type field in the SV2 frame, indicating no
4242
/// extensions.

0 commit comments

Comments
 (0)