Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ddboline committed Jul 1, 2023
1 parent 7c4da17 commit 2a4d387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "podcatch_rust"
version = "0.5.20"
version = "0.5.21"
authors = ["Daniel Boline <ddboline@gmail.com>"]
edition = "2018"

Expand Down Expand Up @@ -33,7 +33,7 @@ tokio = {version = "1.26", features=["full"]}
async-trait = "0.1"
futures = "0.3"
derive_more = "0.99"
itertools = "0.10"
itertools = "0.11"
envy = "0.4"
deadqueue = "0.2"
smallvec = "1.6"
Expand Down

0 comments on commit 2a4d387

Please sign in to comment.