Skip to content

Commit

Permalink
[ci skip] lint
Browse files Browse the repository at this point in the history
  • Loading branch information
frosklis committed Mar 29, 2021
1 parent 739df87 commit 9c7eb40
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ keywords = ["ledger", "plaintext-accounting"]
license = "MIT"
homepage = "https://github.com/frosklis/dinero-rs"
repository = "https://github.com/frosklis/dinero-rs"
rust-version = "1.38"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "dinero"
Expand All @@ -28,8 +29,8 @@ regex = "1"
lazy_static = "1.4.0"
structopt = "0.3.21"
shellexpand = "2.1.0"
# Two timer depends on pidgin, but with the upgrade to 0.4.1, iy breaks
# So I don't let it use two_timer 2.2.1
# Two timer depends on pidgin, but with the upgrade to 0.4.1, it breaks
# So I don't let it use pidgin 0.4.1, it has to be 0.4.0
pidgin = "=0.4.0"
two_timer = "2.2.0"
assert_cmd = "1.0.3"
Expand Down

0 comments on commit 9c7eb40

Please sign in to comment.