rename std feature

This commit is contained in:
2022-08-19 11:52:59 +02:00
parent 83d7aad757
commit a17995c168
2 changed files with 2 additions and 2 deletions

View File

@ -24,5 +24,5 @@ zerocopy = "0.6.1"
once_cell = "1.13.1"
[features]
default = ["use_std"]
use_std = ["downcast-rs/std"]
default = ["std"]
std = ["downcast-rs/std"]