Skip to content

Commit

Permalink
atest - patch
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Aug 1, 2024
1 parent df81153 commit 7e39a27
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 61 deletions.
90 changes: 30 additions & 60 deletions server/Cargo.lock

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

2 changes: 1 addition & 1 deletion server/main-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ actix-governor = { version = "0.5.0", features = ["logger"] }
tempfile = "3.10.1"
base64 = "0.22.1"
time = "0.3.36"
polars = { version = "0.41.3", features = ["lazy", "parquet", "serde", "dtype-full"] }
polars = { git = "https://github.com/CommanderStorm/polars.git", branch = "serialisation-experiment", features = ["parquet", "serde", "dtype-full"] }

[dev-dependencies]
insta = { version = "1.39.0", features = ["yaml", "json", "redactions"] }
Expand Down

0 comments on commit 7e39a27

Please sign in to comment.