Skip to content

Commit

Permalink
upgrade git-index->atoi to 1.0 (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed May 3, 2022
1 parent 42abfed commit 728dd65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion git-index/Cargo.toml
Expand Up @@ -44,7 +44,7 @@ bstr = { version = "0.2.13", default-features = false }

serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
smallvec = "1.7.0"
atoi = "0.4.0" # TODO: use 1.0 once edition 2021 is supported in MSRV
atoi = "1.0.0"
bitflags = "1.3.2"

document-features = { version = "0.2.0", optional = true }
Expand Down

0 comments on commit 728dd65

Please sign in to comment.