Skip to content

Commit

Permalink
chore: remove patch from the deps requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Jul 14, 2021
1 parent a2b5453 commit 2eb3925
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ path = "src/main.rs"
test = false

[dependencies]
assert_cmd = "1.0.5"
assert_cmd = "1.0"
clap = "3.0.0-beta.2"
ctrlc = "3.1.9"
env_logger = "0.8.4"
log = "0.4.14"
ctrlc = "3.1"
env_logger = "0.8"
log = "0.4"
srtool-lib = {path = "../lib"}

[package.metadata.deb]
Expand Down
4 changes: 2 additions & 2 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
log = "0.4.14"
ureq = "2.1.1"
log = "0.4"
ureq = "2.1"

0 comments on commit 2eb3925

Please sign in to comment.