Skip to content

Commit

Permalink
chore: add Cargo.lock
Browse files Browse the repository at this point in the history
The convention for rust crates is now to check in Cargo.lock

See rust-lang/cargo#12382
  • Loading branch information
sonro committed Jul 12, 2024
1 parent 3333716 commit 818c535
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/target
/Cargo.lock
155 changes: 155 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ report = ["anyhow", "dep:atty", "dep:colored"]
anyhow = ["dep:anyhow"]

[dependencies]
anyhow = { version = "1.0.63", optional = true }
anyhow = { version = "1.0.86", optional = true }
atty = { version = "0.2.14", optional = true }
colored = { version = "2.0.0", optional = true }
colored = { version = "2.1.0", optional = true }
exitcode = { version = "1.1.2", optional = true }

[[bin]]
Expand Down

0 comments on commit 818c535

Please sign in to comment.