File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 99
99
CARGO_TARGET_DIR : target
100
100
- run : cargo test -p cargo-platform
101
101
- run : cargo test -p cargo-util
102
+ - run : cargo test -p home
102
103
- run : cargo test --manifest-path crates/mdman/Cargo.toml
103
104
- run : cargo build --manifest-path crates/credential/cargo-credential-1password/Cargo.toml
104
105
- run : cargo build --manifest-path crates/credential/cargo-credential-gnome-secret/Cargo.toml
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ git2 = "0.15.0"
31
31
git2-curl = " 0.16.0"
32
32
glob = " 0.3.0"
33
33
hex = " 0.4"
34
- home = " 0.5"
34
+ home = { path = " crates/home " , version = " 0.5" }
35
35
http-auth = { version = " 0.1.6" , default-features = false }
36
36
humantime = " 2.0.0"
37
37
indexmap = " 1"
You can’t perform that action at this time.
0 commit comments