From 63e89fe645b6c1391ecaba0a37fb2aa99c1c05c4 Mon Sep 17 00:00:00 2001 From: asonix Date: Sat, 19 Nov 2022 14:41:42 -0600 Subject: [PATCH] readme: bump version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa58341..a10a057 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ might not be the best experience. ```toml [dependencies] actix-rt = "2.2.0" -background-jobs = "0.13.0" +background-jobs = "0.14.0" anyhow = "1.0" serde = { version = "1.0", features = ["derive"] } ```