Skip to content

Commit

Permalink
update nix to 0.14
Browse files Browse the repository at this point in the history
Check PR: skim-rs#185
  • Loading branch information
lotabout authored and paul committed May 28, 2020
1 parent 71cc5c0 commit 896463a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ path = "src/main.rs"


[dependencies]
nix = "0.13.0"
nix = "0.14.0"
regex = "1.1.5"
lazy_static = "1.3.0"
shlex = "0.1.1"
Expand All @@ -30,7 +30,7 @@ log = "0.4.6"
env_logger = "0.6.1"
time = "0.1.38"
clap = "2.26.2"
tuikit = "0.2.7"
tuikit = "0.2.8"
vte = "0.3.3"
fuzzy-matcher = "0.2.1"
rayon = "1.0.3"
Expand Down

0 comments on commit 896463a

Please sign in to comment.