Skip to content

Commit

Permalink
Merge pull request #203 from grisenti/main
Browse files Browse the repository at this point in the history
awk: fix incorrect feature flag
  • Loading branch information
jgarzik authored Sep 11, 2024
2 parents fe084ef + 46107f2 commit b1b8710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pest = "2.7"
pest_derive = "2.7"
lazy_static = "1.4"
lexical = { version = "6.1", features = ["format"] }
rand = {version = "0.8", no-default-features = false, features = ["small_rng"] }
rand = {version = "0.8", default-features = false, features = ["small_rng"] }

[[bin]]
name = "awk"
Expand Down

0 comments on commit b1b8710

Please sign in to comment.