Skip to content

Commit 8a017f1

Browse files
committed
minor update to rusqlite
1 parent a2777b5 commit 8a017f1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ features = ["futures"]
6666
[workspace.dependencies.libsqlite3-sys]
6767
git = "https://github.com/trevyn/rusqlite"
6868
features = ["bundled", "wasm32-unknown-unknown-openbsd-libc"]
69-
# on branch: https://github.com/trevyn/rusqlite?branch=wasm32-unknown-unknown
70-
rev = "fe59054e75e7fd5cbeb278be8cfd2f420b154fa6"
69+
# on branch: https://github.com/trevyn/rusqlite/tree/wasm32-unknown-unknown
70+
rev = "c4711800a851b304af0ead5fafd0331c047e9cc7"
7171

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

0 commit comments

Comments
 (0)