Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Feb 27, 2022
1 parent 5a423f0 commit 8224ecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "crates-index"
description = "Library for retrieving and interacting with the crates.io index"
version = "0.18.6"
version = "0.18.7"
homepage = "https://lib.rs/crates-index"
authors = ["Corey Farwell <coreyf@rwell.org>", "Kornel <kornel@geekhood.net>"]
keywords = ["packaging", "index", "dependencies", "crate", "meta"]
Expand All @@ -12,7 +12,7 @@ documentation = "https://docs.rs/crates-index/"
edition = "2018"

[dependencies]
git2 = { version = "0.14.0", default-features = false }
git2 = { version = ">= 0.13.25, <0.15", default-features = false }
hex = { version = "0.4.3", features = ["serde"] }
home = "0.5.3"
memchr = "2.4.1"
Expand Down

0 comments on commit 8224ecf

Please sign in to comment.