Skip to content

Commit

Permalink
chore: Bump toolchain (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Mar 7, 2024
1 parent 2dd9e46 commit ed3502d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly-2023-10-02"
channel = "nightly-2024-02-23"
2 changes: 1 addition & 1 deletion src/interactive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use std::path::PathBuf;
use clap::crate_version;
use once_cell::sync::Lazy;
use polars::df;
use polars::prelude::{DataFrame, *};
use polars::prelude::*;
use polars::sql::SQLContext;
use reedline::{FileBackedHistory, Reedline, Signal};

Expand Down

0 comments on commit ed3502d

Please sign in to comment.