Skip to content

Commit 9342474

Browse files
committed
Delete TOY_COM and everything related to it.
1 parent 1942d5f commit 9342474

File tree

22 files changed

+170
-2092
lines changed

22 files changed

+170
-2092
lines changed

Diff for: Cargo.lock

+33-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: enclone_build/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ edition = "2021"
88
[dependencies]
99
chrono = { version = "0.4", default-features = false, features = ["std", "clock"] }
1010
itertools = "0.10"
11-
pretty_trace = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main", features = ["pprof"]}
12-
string_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
13-
enclone_core = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
11+
pretty_trace = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/delete-client-server", features = ["pprof"]}
12+
string_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/delete-client-server" }
13+
enclone_core = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/delete-client-server" }
1414

1515
[build-dependencies]
1616
chrono = { version = "0.4", default-features = false, features = ["std", "clock"] }
17-
string_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "main" }
17+
string_utils = { git = "https://github.com/10XGenomics/enclone_ranger", branch = "macklin/delete-client-server" }

Diff for: enclone_com/Cargo.toml

-31
This file was deleted.

Diff for: enclone_com/LICENSE.txt

-1
This file was deleted.

0 commit comments

Comments
 (0)