From 944d8409cc5eb3e327e1ecdc8c9409d3dea15ef9 Mon Sep 17 00:00:00 2001 From: noam teyssier <22600644+noamteyssier@users.noreply.github.com> Date: Thu, 3 Oct 2024 13:21:33 -0700 Subject: [PATCH] chore: update semver --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8e04c82..167b01d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ggetrs" -version = "0.1.82" +version = "0.1.83" edition = "2021" license = "MIT" description = "Efficient querying of biological databases from the command line" @@ -33,10 +33,10 @@ polars = { version = "0.43.1", default-features = false, features = ["json"] } pyo3 = { version = "0.22.2", features = ["extension-module", "anyhow"] } regex = "1.6.0" reqwest = { version = "0.12.5", features = [ - "json", - "multipart", - "blocking", - "stream", + "json", + "multipart", + "blocking", + "stream", ] } serde = { version = "1.0.144", features = ["derive"] } serde-xml-rs = "0.6.0"