Skip to content

Commit

Permalink
chore: bump semvar
Browse files Browse the repository at this point in the history
  • Loading branch information
noamteyssier committed Nov 22, 2024
1 parent da89531 commit d5efbe9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit d5efbe9

Please sign in to comment.