chore: regenerate umbrella crate, fix feature propagation
This commit is contained in:
Vendored
+5
-1
@@ -11,7 +11,11 @@ repository.workspace = true
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = ["num-format"]
|
||||
std = [
|
||||
"num-format",
|
||||
"serde/std",
|
||||
"serde_json/std"
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
num-format = { version = "0.4.3", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user