Skip to content

Commit

Permalink
remove std
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 committed Nov 11, 2024
1 parent 1eec530 commit 151ffe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rust-version = "1.81.0"
default = ["std", "serde", "from-string", "parser-ss58"]

# Only work in "std" environments:
std = ["scale-decode/std", "scale-encode/std", "scale-bits/std", "scale-info/std", "either/use_std", "serde?/std", "serde_json/std"]
std = ["scale-encode/std", "scale-bits/std", "scale-info/std", "either/use_std", "serde?/std", "serde_json/std"]

# Enable support for parsing strings into Values.
from-string = ["dep:yap"]
Expand Down

0 comments on commit 151ffe5

Please sign in to comment.