From 38981e2cc55de4f1b7d2d382388255b92fc8f956 Mon Sep 17 00:00:00 2001 From: andres Date: Tue, 23 Apr 2024 11:27:21 -0500 Subject: [PATCH] chore: Places features in alphabetical order --- src/rust/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml index 7bb048f2a..c13e4a39b 100644 --- a/src/rust/Cargo.toml +++ b/src/rust/Cargo.toml @@ -67,7 +67,10 @@ features = [ "arg_where", "asof_join", "avro", + "aws", + "azure", "binary_encoding", + "cloud", "concat_str", "cov", "cross_join", @@ -96,6 +99,8 @@ features = [ "ewma_by", "find_many", "fmt", + "gcp", + "http", "interpolate", "ipc", "is_between", @@ -105,11 +110,6 @@ features = [ "is_unique", "json", "lazy", - "cloud", - "gcp", - "aws", - "azure", - "http", # "list", "list_any_all", "list_eval",