Skip to content

Commit

Permalink
Use 'std' feature by default
Browse files Browse the repository at this point in the history
Closes OrKoN#15
  • Loading branch information
fasterthanlime committed Nov 8, 2020
1 parent 8018fec commit ce57ca6
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 @@ -20,5 +20,5 @@ name = "base"
harness = false

[features]
default = ["std"]
default-features = ["std"]
std = []

0 comments on commit ce57ca6

Please sign in to comment.