diff --git a/CHANGELOG.md b/CHANGELOG.md index ea08074..089c89d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ - bugfixes - Fix invalid base64 encoding for AWS api - others - - Update connectorx to 0.3.0 + - Update connectorx to 0.2.5 - Update polars to 0.20.0 - Update lettre to 0.10.0 diff --git a/Cargo.lock b/Cargo.lock index c838eb1..21ec6d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -226,8 +226,9 @@ dependencies = [ [[package]] name = "connectorx" -version = "0.3.0" -source = "git+https://github.com/sfu-db/connector-x?tag=v0.3.0#397e6f2979991e70ccf1746ab5bb7317060df5d8" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "12cd8545b599f17b7556d4844ca15b4c441c3fa025274094eee8dea4f5eb9265" dependencies = [ "anyhow", "arrow2", @@ -1330,7 +1331,7 @@ dependencies = [ [[package]] name = "pigeon-rs" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 43e18a6..9fd53c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ cargo-features = ["different-binary-name"] [package] name = "pigeon-rs" -version = "0.2.0" +version = "0.3.0" authors = ["quambene "] description = "Command line tool for cheap and efficient email automation" edition = "2018" @@ -27,7 +27,7 @@ csv = "1.1.6" clap = "2.33.3" chrono = "0.4.19" polars = { version = "0.20.0", features = ["dtype-u8"] } -connectorx = { git = "https://github.com/sfu-db/connector-x", tag = "v0.3.0", features = ["src_postgres", "dst_arrow2"] } +connectorx = { version = "0.2.5", features = ["src_postgres", "dst_arrow2"] } postgres = "0.19.2" url = "2.2.2" uuid = { version = "0.8.2", features = ["v4"] }