Skip to content

Commit

Permalink
upgrade to sqlite 3.44.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
carlsverre committed Jan 8, 2024
1 parent 87e8aad commit 1f985f2
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 28 deletions.
69 changes: 45 additions & 24 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 @@ -63,13 +63,13 @@ gloo-net = { git = "https://github.com/carlsverre/gloo", rev = "90f88e31daf1a959
tsify = { git = "https://github.com/carlsverre/tsify", rev = "c05a60b6ae15b2869bf63f618940dc56ef516d1d", default-features = false }

[workspace.dependencies.libsqlite3-sys]
git = "https://github.com/trevyn/rusqlite"
git = "https://github.com/carlsverre/rusqlite"
features = ["bundled"]
# on branch: https://github.com/trevyn/rusqlite?branch=wasm32-unknown-unknown
rev = "82354cffd26a8e1c58613e21defe27110c141a1d"
rev = "7c6cd3bf6118ee3e9f7ac3babbc74086860415d2"

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

0 comments on commit 1f985f2

Please sign in to comment.