Skip to content

Commit

Permalink
ward off subtle cargo semver violations
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Feb 27, 2024
1 parent 140cfa0 commit 65664e3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ license = "BSD-2-Clause"
homepage = "https://github.com/mcandre/crit"

[dependencies]
die = "0.2.0"
getopts = "0.2.21"
die = "=0.2.0"
getopts = "=0.2.21"
lazy_static = "1.4.0"
pad = "0.1.6"
pad = "=0.1.6"
regex = "1.7.3"
tinyrick = { version = "^0.0.14", optional = true }
tinyrick_extras = { version = "^0.0.8", optional = true }
toml = "0.7.3"
tinyrick = { version = "=0.0.14", optional = true }
tinyrick_extras = { version = "=0.0.8", optional = true }
toml = "=0.7.3"

[features]
letmeout = ["tinyrick", "tinyrick_extras"]
Expand Down

0 comments on commit 65664e3

Please sign in to comment.