Skip to content

Commit 11d8f6a

Browse files
committed
update rusqlite to the latest patch from @trevyn
1 parent 5324701 commit 11d8f6a

File tree

3 files changed

+29
-7
lines changed

3 files changed

+29
-7
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ This document attempts to explain how to work on SQLSync itself. Buckle up, it's
99
- [wasm-pack](https://rustwasm.github.io/wasm-pack/)
1010
- [node.js](https://nodejs.org/en)
1111
- [pnpm](https://pnpm.io/)
12+
- [llvm](https://llvm.org/)
13+
- [clang](https://clang.llvm.org/)
1214

1315
### Build Wasm artifacts
1416

Cargo.lock

Lines changed: 22 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ gloo-net = { git = "https://github.com/carlsverre/gloo", rev = "90f88e31daf1a959
6363
tsify = { git = "https://github.com/carlsverre/tsify", rev = "c05a60b6ae15b2869bf63f618940dc56ef516d1d", default-features = false }
6464

6565
[workspace.dependencies.libsqlite3-sys]
66-
git = "https://github.com/carlsverre/rusqlite"
67-
features = ["bundled"]
66+
git = "https://github.com/trevyn/rusqlite"
67+
features = ["bundled", "wasm32-unknown-unknown-openbsd-libc"]
6868
# on branch: https://github.com/trevyn/rusqlite?branch=wasm32-unknown-unknown
69-
rev = "7c6cd3bf6118ee3e9f7ac3babbc74086860415d2"
69+
rev = "fe59054e75e7fd5cbeb278be8cfd2f420b154fa6"
7070

7171
[workspace.dependencies.rusqlite]
72-
git = "https://github.com/carlsverre/rusqlite"
72+
git = "https://github.com/trevyn/rusqlite"
7373
features = ["bundled", "hooks", "modern_sqlite"]
7474
# on branch: https://github.com/trevyn/rusqlite?branch=wasm32-unknown-unknown
75-
rev = "7c6cd3bf6118ee3e9f7ac3babbc74086860415d2"
75+
rev = "fe59054e75e7fd5cbeb278be8cfd2f420b154fa6"

0 commit comments

Comments
 (0)