Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
quambene committed Jul 8, 2022
2 parents fe934e4 + 5a75851 commit d31319b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 4 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cargo-features = ["different-binary-name"]

[package]
name = "pigeon-rs"
version = "0.2.0"
version = "0.3.0"
authors = ["quambene <[email protected]>"]
description = "Command line tool for cheap and efficient email automation"
edition = "2018"
Expand All @@ -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"] }
Expand Down

0 comments on commit d31319b

Please sign in to comment.