Skip to content

Commit

Permalink
fix min-std dep flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dragazo committed Nov 21, 2023
1 parent 37498fb commit 030cc65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ default = [
"cli",
"native-tls",
]
std = []
std = [
"time/std",
]
std-system = [
"std",
"tokio",
Expand All @@ -38,7 +40,6 @@ std-system = [
"getrandom",
"names",
"uuid",
"time/std",
]
cli = [
"std-system",
Expand Down

0 comments on commit 030cc65

Please sign in to comment.