Skip to content

Commit 1f985f2

Browse files
committed
upgrade to sqlite 3.44.0
I have created a fork of rusqlite based on trevyn/rusqlite which pulls in compiler-rt: trevyn/rusqlite#1 This seems to allow sqlite to compile and run. Great success! Resolves #26
1 parent 87e8aad commit 1f985f2

File tree

2 files changed

+49
-28
lines changed

2 files changed

+49
-28
lines changed

Cargo.lock

Lines changed: 45 additions & 24 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
@@ -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/trevyn/rusqlite"
66+
git = "https://github.com/carlsverre/rusqlite"
6767
features = ["bundled"]
6868
# on branch: https://github.com/trevyn/rusqlite?branch=wasm32-unknown-unknown
69-
rev = "82354cffd26a8e1c58613e21defe27110c141a1d"
69+
rev = "7c6cd3bf6118ee3e9f7ac3babbc74086860415d2"
7070

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

0 commit comments

Comments
 (0)