rename std feature
This commit is contained in:
fsrc-core
@ -24,5 +24,5 @@ zerocopy = "0.6.1"
|
|||||||
once_cell = "1.13.1"
|
once_cell = "1.13.1"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["use_std"]
|
default = ["std"]
|
||||||
use_std = ["downcast-rs/std"]
|
std = ["downcast-rs/std"]
|
||||||
|
Reference in New Issue
Block a user