From d5efbe981df8954bf29eac66b659594a41618242 Mon Sep 17 00:00:00 2001 From: noam teyssier <22600644+noamteyssier@users.noreply.github.com> Date: Thu, 21 Nov 2024 17:21:41 -0800 Subject: [PATCH] chore: bump semvar --- Cargo.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6560b50..82aeefd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ggetrs" -version = "0.1.86" +version = "0.1.87" edition = "2021" license = "MIT" description = "Efficient querying of biological databases from the command line" @@ -29,23 +29,23 @@ ftp = "3.0.1" futures = "0.3.24" indicatif = "0.17.5" mysql = { version = "25.0.1", default-features = false, features = [ - "minimal", - "rustls-tls", + "minimal", + "rustls-tls", ] } # polars = { version = "0.43.1", default-features = false, features = ["json"] } polars-core = { version = "0.44.2", default-features = false } polars-io = { version = "0.44.2", default-features = false, features = [ - "json", - "csv", + "json", + "csv", ] } pyo3 = { version = "0.23.1", features = ["extension-module", "anyhow"] } regex = "1.6.0" reqwest = { version = "0.12.5", default-features = false, features = [ - "json", - "multipart", - "blocking", - "stream", - "rustls-tls", + "json", + "multipart", + "blocking", + "stream", + "rustls-tls", ] } serde = { version = "1.0.144", features = ["derive"] } serde-xml-rs = "0.6.0"