Skip to content

Commit

Permalink
Updated dependencies in the MDBook checker
Browse files Browse the repository at this point in the history
  • Loading branch information
Swandog committed Nov 2, 2023
1 parent fd3f816 commit b2d1013
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/scripts/run_code_in_mdfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ def process_file(file, language, version):
rust_script_contents = f"""//! ```cargo
//! [dependencies]
//! lace = {{ path = ".", version="{version}" }}
//! polars = {{ version = "0.33", features=["csv"] }}
//! rand = "0.8"
//! rand_xoshiro = "0.6"
//! polars = {{ version = "0.34", default_features=false, features=["csv", "dtype-i8", "dtype-i16", "dtype-u8", "dtype-u16"] }}
//! rand = {{version="0.8", features=["serde1"]}}
//! rand_xoshiro = {{ version="0.6", features = ["serde1"] }}
//! ```
fn main() {{
{code}
Expand Down

0 comments on commit b2d1013

Please sign in to comment.