Skip to content

Commit

Permalink
Merge pull request #132 from promised-ai/chore/update-to-polars-33
Browse files Browse the repository at this point in the history
Updated `polars` rust version to `0.33`
  • Loading branch information
Swandog authored Sep 20, 2023
2 parents b256910 + bd58ff9 commit 5e3901d
Show file tree
Hide file tree
Showing 9 changed files with 196 additions and 296 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/run_code_in_mdfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def process_file(file, language, version):
rust_script_contents = f"""//! ```cargo
//! [dependencies]
//! lace = {{ path = ".", version="{version}" }}
//! polars = {{ version = "=0.32.0", features=["csv"] }}
//! polars = {{ version = "0.33", features=["csv"] }}
//! rand = "0.8"
//! rand_xoshiro = "0.6"
//! ```
Expand Down
128 changes: 76 additions & 52 deletions book/lace_preprocess_mdbook_yaml/Cargo.lock

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

Loading

0 comments on commit 5e3901d

Please sign in to comment.