Skip to content

Commit

Permalink
bumps to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
grunch committed Jul 21, 2024
1 parent 445a49c commit 08fa59a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mostro-core"
version = "0.6.1"
version = "0.6.2"
edition = "2021"
license = "MIT"
authors = ["Francisco Calderón <[email protected]>"]
Expand Down Expand Up @@ -28,12 +28,15 @@ sqlx = { version = "0.7.4", features = [
"chrono",
"uuid",
], optional = true }
sqlx-crud = { git = "https://github.com/f3r10/sqlx-crud", features = [
sqlx-crud = { version = "0.4.0", features = [
"runtime-tokio-rustls",
], optional = true }
wasm-bindgen = { version = "0.2.92", optional = true }
nostr-sdk = "0.32.0"

[patch.crates-io]
sqlx-crud = { git = "https://github.com/f3r10/sqlx-crud" }

[features]
default = ["wasm"]
wasm = ["dep:wasm-bindgen"]
Expand Down

0 comments on commit 08fa59a

Please sign in to comment.