Sfoglia il codice sorgente

chore: remove readme postgres (#1009)

* chore: remove readme postgres
thesimplekid 2 mesi fa
parent
commit
7a22f85185
2 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 0 1
      crates/cdk-postgres/Cargo.toml
  2. 2 0
      justfile

+ 0 - 1
crates/cdk-postgres/Cargo.toml

@@ -8,7 +8,6 @@ license.workspace = true
 homepage = "https://github.com/cashubtc/cdk"
 repository = "https://github.com/cashubtc/cdk.git"
 rust-version.workspace = true                            # MSRV
-readme = "README.md"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 [features]

+ 2 - 0
justfile

@@ -325,6 +325,7 @@ release m="":
     "-p cdk-common"
     "-p cdk-sql-common"
     "-p cdk-sqlite"
+    "-p cdk-postgres"
     "-p cdk-redb"
     "-p cdk-signatory"
     "-p cdk"
@@ -333,6 +334,7 @@ release m="":
     "-p cdk-cln"
     "-p cdk-lnd"
     "-p cdk-lnbits"
+    "-p cdk-ldk-node"
     "-p cdk-fake-wallet"
     "-p cdk-payment-processor"
     "-p cdk-cli"