Skip to content

Commit

Permalink
regex no default features
Browse files Browse the repository at this point in the history
  • Loading branch information
snowp committed Dec 23, 2023
1 parent f725928 commit b3a23af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions protobuf-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ bench = false

[dependencies]
thiserror = "1.0.30"
anyhow = "1.0.53"
regex = "1.5.5"
anyhow = "1.0.53"
regex = { version = "1.5.5", default-features = false }
once_cell = "1.10.0"
tempfile = "3"
tempfile = "3"

protobuf = { path = "../protobuf", version = "=4.0.0-alpha.0" }
protobuf-parse = { path = "../protobuf-parse", version = "=4.0.0-alpha.0" }
Expand Down

0 comments on commit b3a23af

Please sign in to comment.