Skip to content

Commit

Permalink
minor update to rusqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsverre committed Jan 9, 2024
1 parent a2777b5 commit 8a017f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ features = ["futures"]
[workspace.dependencies.libsqlite3-sys]
git = "https://github.com/trevyn/rusqlite"
features = ["bundled", "wasm32-unknown-unknown-openbsd-libc"]
# on branch: https://github.com/trevyn/rusqlite?branch=wasm32-unknown-unknown
rev = "fe59054e75e7fd5cbeb278be8cfd2f420b154fa6"
# on branch: https://github.com/trevyn/rusqlite/tree/wasm32-unknown-unknown
rev = "c4711800a851b304af0ead5fafd0331c047e9cc7"

[workspace.dependencies.rusqlite]
git = "https://github.com/trevyn/rusqlite"
features = ["bundled", "hooks", "modern_sqlite"]
# on branch: https://github.com/trevyn/rusqlite?branch=wasm32-unknown-unknown
rev = "fe59054e75e7fd5cbeb278be8cfd2f420b154fa6"
# on branch: https://github.com/trevyn/rusqlite/tree/wasm32-unknown-unknown
rev = "c4711800a851b304af0ead5fafd0331c047e9cc7"

0 comments on commit 8a017f1

Please sign in to comment.