Skip to content

Commit f8c5ecd

Browse files
committed
Remove git dependency.
1 parent 1f18e6f commit f8c5ecd

File tree

3 files changed

+2
-68
lines changed

3 files changed

+2
-68
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/target
2+
Cargo.lock
23
loop

Cargo.lock

-67
This file was deleted.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ version = "1.0.0"
44
edition = "2021"
55

66
[dependencies]
7-
nix = { git = "https://github.com/WINSDK/nix" }
7+
nix = "0.28"

0 commit comments

Comments
 (0)