Skip to content

Commit

Permalink
FIX: Timscompress version
Browse files Browse the repository at this point in the history
  • Loading branch information
sander-willems-bruker committed Oct 21, 2024
1 parent ae81825 commit 2901577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rusqlite = { version = "0.32.0", features = ["bundled"], optional = true }
parquet = { version = "53.0.0", optional = true }
serde = { version = "1.0.210", features = ["derive"], optional = true }
serde_json = { version = "1.0.128", optional = true }
timscompress = {optional=true}
timscompress = {version = "0.1.0", optional=true}

[features]
tdf = ["rusqlite"]
Expand Down

0 comments on commit 2901577

Please sign in to comment.