Skip to content

Commit

Permalink
Bump sqlite-wasm-rs version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Spxg committed Jan 7, 2025
1 parent 4e4ac79 commit d751944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diesel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ path = "../diesel_derives"
libsqlite3-sys = { version = ">=0.17.2, <0.31.0", optional = true, features = ["bundled_bindings"] }

[target.'cfg(all(target_family = "wasm", not(target_os = "wasi")))'.dependencies]
sqlite-wasm-rs = { version = "0.1.0", optional = true }
sqlite-wasm-rs = { version = "0.1.1", optional = true }

[dev-dependencies]
cfg-if = "1"
Expand Down

0 comments on commit d751944

Please sign in to comment.