Skip to content

Commit

Permalink
Sync up nix version specifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
macklin-10x committed Feb 26, 2024
1 parent a25dbba commit 4a33e8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion enclone_exec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ flate2 = "1"
home = "0.5"
io_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
itertools = "0.10"
nix = "0.27"
nix = { version = "0.27", features = ["signal"] }
pretty_trace = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main", features = ["pprof"]}
serde_json = "1"
string_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
Expand Down
2 changes: 1 addition & 1 deletion master.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ lz4 = "1"
mach = "0.3"
mirror_sparse_matrix = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
ndarray = "0.15"
nix = "0.27"
nix = { version = "0.27", features = ["signal"] }
num-traits = "0.2"
objc = "0.2"
pager = "0.16"
Expand Down
2 changes: 1 addition & 1 deletion scroll_crash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ itertools = "0.10"
lazy_static = "1"
libc = "0.2"
log = "0.4"
nix = "0.27"
nix = { version = "0.27", features = ["signal"] }
perf_stats = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
pretty_trace = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main", features = ["pprof"]}
prost = { version = "0.9", default_features = false, features = ["std", "prost-derive"] }
Expand Down

0 comments on commit 4a33e8c

Please sign in to comment.