Skip to content

Commit

Permalink
fix dependency declaration (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Sep 20, 2022
1 parent 29a043b commit 9a8369d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions git-command/Cargo.toml
Expand Up @@ -11,4 +11,7 @@ edition = "2018"
doctest = false

[dependencies]
bstr = "1.0.1"

[dev-dependencies]
git-testtools = { path = "../tests/tools" }
2 changes: 1 addition & 1 deletion git-command/src/lib.rs
Expand Up @@ -17,7 +17,7 @@ pub struct Prepare {
mod prepare {
use std::process::{Command, Stdio};

use git_testtools::bstr::ByteSlice;
use bstr::ByteSlice;

use crate::Prepare;

Expand Down

0 comments on commit 9a8369d

Please sign in to comment.