rename std feature

This commit is contained in:
Robin Müller 2022-08-19 11:52:59 +02:00
parent 83d7aad757
commit a17995c168
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
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"]