Skip to content

Commit ddfd9b9

Browse files
authored
Remove columnation and flatcontainer deps (#647)
Remove the dependencies on columnation and flatcontainer as far as possible. This removes the TimelyStack type because it's not used in Timely and only retains the columnation implementation for Product. Flatcontainer was only used as an example, and we don't have any downstream dependencies on it left. Support for columnation and flatcontainer can be added by downstream crates if they chose to do so. Signed-off-by: Moritz Hoffmann <antiguru@gmail.com>
1 parent f1ad08b commit ddfd9b9

File tree

8 files changed

+2
-706
lines changed

8 files changed

+2
-706
lines changed

container/Cargo.toml

-5
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,3 @@ version = "0.14.0"
44
description = "Container abstractions for Timely"
55
license = "MIT"
66
edition.workspace = true
7-
8-
[dependencies]
9-
columnation = "0.1"
10-
flatcontainer = "0.5"
11-
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)