Skip to content

Commit

Permalink
fix git-revision dependencies (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Apr 5, 2022
1 parent b612021 commit c336b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-revision/Cargo.toml
Expand Up @@ -24,4 +24,4 @@ serde = { version = "1.0.114", optional = true, default-features = false, featur

[dev-dependencies]
git-testtools = { path = "../tests/tools" }
git-repository = { version = "^0.16.0", path = "../git-repository", default-features = false, features = ["unstable"] }
git-repository = { path = "../git-repository", default-features = false, features = ["unstable"] }

0 comments on commit c336b03

Please sign in to comment.