Skip to content

Commit

Permalink
chore: bump version v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Mar 7, 2025
1 parent 0c90f8e commit 0e9126a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hold"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
license = "MIT"
build = "build.rs"
Expand All @@ -16,7 +16,12 @@ panic = "abort"
[dependencies]
anyhow = "1.0.95"
cln-plugin = "0.3.0"
diesel = { version = "2.2.6", features = ["postgres", "r2d2", "chrono", "sqlite"] }
diesel = { version = "2.2.6", features = [
"postgres",
"r2d2",
"chrono",
"sqlite",
] }
diesel_migrations = "2.2.0"
log = { version = "0.4.22", features = [] }
prost = "0.13.4"
Expand Down

0 comments on commit 0e9126a

Please sign in to comment.