Skip to content

Commit

Permalink
Add fastrand to build-binary feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Gawdl3y committed Apr 24, 2024
1 parent 08ba03d commit ab70b63
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,7 +20,7 @@ edition = "2021"
default = ["parse", "fastrand"]
parse = ["dep:chumsky"]
fastrand = ["dep:fastrand"]
build-binary = ["parse", "dep:ariadne"]
build-binary = ["parse", "fastrand", "dep:ariadne"]

[dependencies]
thiserror = "1.0.57"
Expand Down

0 comments on commit ab70b63

Please sign in to comment.