Skip to content

Commit

Permalink
fix(deps): remove fake dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
samueltardieu committed Mar 22, 2024
1 parent 1aab71d commit decfed5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,10 @@ num-bigint = { version = "0.4.4", optional = true }
num-integer = "0.1.46"
num-traits = "0.2.18"

# Fake dependency to avoid depending on a non-compiling older version
proc-macro2 = { version = "1.0.79", optional = true }

[dev-dependencies]
num-bigint = "0.4.4"
proptest = "1.4.0"

[features]
default = []
cli = ["dep:num-bigint", "dep:clap", "dep:proc-macro2"]
cli = ["dep:num-bigint", "dep:clap"]

0 comments on commit decfed5

Please sign in to comment.