Skip to content

Commit

Permalink
Fix unconditionally enabling std because of scopeguard
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhenrymantilla committed Jul 6, 2023
1 parent 8d02355 commit d7fb537
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ nightly = []
alloc = []
std = [
"alloc",
"scopeguard/use_std",
]

proc_macros = [] # Deprecated
Expand Down Expand Up @@ -136,6 +137,7 @@ once_cell.version = "1.17.1"
paste.version = "1.0.12"

scopeguard.version = "1.1.0"
scopeguard.default-features = false

tokio.optional = true
tokio.version = "1.26.0"
Expand Down

0 comments on commit d7fb537

Please sign in to comment.