Skip to content

Commit

Permalink
fix git2 crates 0.13.18 build error by rust version 1.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Aug 4, 2021
1 parent faf2038 commit 1e9feec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shadow-rs"
version = "0.6.3"
version = "0.6.4"
authors = ["baoyachi <[email protected]>"]
edition = "2018"
description = "A build-time information stored in your rust project"
Expand All @@ -14,7 +14,7 @@ exclude = ["shadow-rs.png"]

[dependencies]
chrono = "0.4.13"
git2 = { version = "0.13.8", default-features = false, optional = true }
git2 = { version = "0.13.20", default-features = false, optional = true }

[features]
default = ["git2"]
Expand Down
4 changes: 2 additions & 2 deletions example_shadow_hook/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
shadow-rs = "0.5"
shadow-rs = "0.6"

[build-dependencies]
shadow-rs = "0.5"
shadow-rs = "0.6"

0 comments on commit 1e9feec

Please sign in to comment.