Prepare v0.8.0 (#672)

* chore: Bump cdk dependency to v0.8.0

* chore: add docker publish to ci

* chore: add doc test build to ci
This commit is contained in:
thesimplekid
2025-03-24 18:40:08 +00:00
committed by GitHub
parent b3ae76d6c7
commit c63fc02a5a
20 changed files with 160 additions and 81 deletions

View File

@@ -1,13 +1,13 @@
[package]
name = "cdk-sqlite"
version = "0.7.1"
edition = "2021"
version.workspace = true
edition.workspace = true
authors = ["CDK Developers"]
description = "SQLite storage backend for CDK"
license = "MIT"
license.workspace = true
homepage = "https://github.com/cashubtc/cdk"
repository = "https://github.com/cashubtc/cdk.git"
rust-version = "1.75.0" # MSRV
rust-version.workspace = true # MSRV
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]