nushell/crates/nu-command/src/dataframe/eager
Darren Schroeder 9d0e52b94d
with the release of rust 1.67, let's bump to 1.66.1 (#7866)
# Description

This PR bumps the required rust version to 1.66.1.

# User-Facing Changes


# Tests + Formatting

Don't forget to add tests that cover your changes.

Make sure you've run and fixed any issues with these commands:

- `cargo fmt --all -- --check` to check standard code formatting (`cargo
fmt --all` applies these changes)
- `cargo clippy --workspace -- -D warnings -D clippy::unwrap_used -A
clippy::needless_collect` to check that you're using the standard code
style
- `cargo test --workspace` to check that all tests pass

# After Submitting

If your PR had any user-facing changes, update [the
documentation](https://github.com/nushell/nushell.github.io) after the
PR is merged, if necessary. This will help us keep the docs up to date.
2023-01-26 15:31:17 -06:00
..
append.rs Revert "Make $ on variable names optional (#6434)" (#6446) 2022-09-06 05:42:47 +12:00
columns.rs Change instances of Value::string("foo", Span::test_data()) to Value::test_string("foo") (#7592) 2022-12-24 10:25:38 +01:00
drop_duplicates.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
drop_nulls.rs Revert "Make $ on variable names optional (#6434)" (#6446) 2022-09-06 05:42:47 +12:00
drop.rs Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former (#7217) 2022-12-23 01:48:53 -05:00
dtypes.rs Reduced LOC by replacing several instances of Value::Int {}, Value::Float{}, Value::Bool {}, and Value::String {} with Value::int(), Value::float(), Value::boolean() and Value::string() (#7412) 2022-12-09 11:37:51 -05:00
dummies.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
filter_with.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
first.rs cmd(df/first): returns the first row by default. (#6312) 2022-08-13 14:08:00 -05:00
get.rs with the release of rust 1.67, let's bump to 1.66.1 (#7866) 2023-01-26 15:31:17 -06:00
last.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
list.rs Reduce again the number of match calls (#7815) 2023-01-24 12:23:42 +01:00
melt.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
mod.rs let start open anything and everything (#7580) 2023-01-03 10:47:37 -08:00
open.rs Reduce again the number of match calls (#7815) 2023-01-24 12:23:42 +01:00
query_df.rs Rename query dfr -> query df (#6777) 2022-10-16 21:04:48 +02:00
rename.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
sample.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
shape.rs Reduced LOC by replacing several instances of Value::Int {}, Value::Float{}, Value::Bool {}, and Value::String {} with Value::int(), Value::float(), Value::boolean() and Value::string() (#7412) 2022-12-09 11:37:51 -05:00
slice.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
sql_context.rs update sqlparser dependency (#7772) 2023-01-15 21:30:39 -06:00
sql_expr.rs update sqlparser dependency (#7772) 2023-01-15 21:30:39 -06:00
summary.rs dependency update: update polar to 0.26.1 (#7743) 2023-01-13 09:27:37 -06:00
take.rs Revert "Make $ on variable names optional (#6434)" (#6446) 2022-09-06 05:42:47 +12:00
to_arrow.rs Support Arrow IPC file format with dataframes (#6548) 2022-09-12 18:30:20 -05:00
to_csv.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
to_df.rs Mildly edited a small handful of help messages (#6868) 2022-10-23 02:02:52 -04:00
to_nu.rs Dataframe with real index (#5892) 2022-06-26 17:32:18 -05:00
to_parquet.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
with_column.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00