sled: update toml

This commit is contained in:
asonix 2024-01-13 16:57:37 -05:00
parent ab6ab53b9a
commit 61456090fc
2 changed files with 3 additions and 2 deletions

View file

@ -16,6 +16,7 @@ members = [
"jobs-metrics",
"jobs-postgres",
"jobs-sled",
"jobs-tokio",
"examples/basic-example",
"examples/long-example",
"examples/managed-example",

View file

@ -1,7 +1,7 @@
[package]
name = "background-jobs-sled-storage"
name = "background-jobs-sled"
description = "Sled storage backend for background-jobs"
version = "0.10.0"
version = "0.17.0"
license = "AGPL-3.0"
authors = ["asonix <asonix@asonix.dog>"]
repository = "https://git.asonix.dog/asonix/background-jobs"