Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcaricio committed Mar 12, 2023
1 parent 716eeae commit 042de92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "backie"
version = "0.1.0"
version = "0.2.0"
authors = [
"Rafael Caricio <rafael@caricio.com>",
]
description = "Async persistent background task processing for Rust applications with Tokio and PostgreSQL."
description = "Background task processing for Rust applications with Tokio, Diesel, and PostgreSQL."
keywords = ["async", "background", "task", "jobs", "queue", "diesel", "postgres", "postgresql", "tokio"]
repository = "https://code.caric.io/rafaelcaricio/backie"
repository = "https://github.com/rafaelcaricio/backie"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 042de92

Please sign in to comment.