Skip to content

Commit

Permalink
Pin toolchain to 1.52.0
Browse files Browse the repository at this point in the history
This is to sidestep a breakage in a pinned version of lexical-core
transitive dependency while dependencies get upgraded.

Also switches to the latest stable release of imap="2.4.1"

Tested locally

Resolves #1
  • Loading branch information
djipko committed Mar 6, 2022
1 parent 3b1ecbd commit df3b006
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
14 changes: 11 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/djipko/gbackup-rs/"
[dependencies]
chrono = "0.4.19"
clap = "2.27.1"
imap = "2.3.0"
imap = "2.4.1"
mailparse = "0.13.0"
native-tls = "0.2.4"
rusqlite = "0.24.0"
Expand Down
2 changes: 2 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "1.52.0"

0 comments on commit df3b006

Please sign in to comment.