Skip to content

Commit 20d3616

Browse files
committed
fix: update rusqlite repo
1 parent 162faeb commit 20d3616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Code/WASM/navdata_updater/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ rusqlite = { git = "https://github.com/rusqlite/rusqlite", rev = "d7ac6a1", feat
2121
zip = { version = "0.6.4", default-features = false, features = ["deflate"] }
2222

2323
[patch.crates-io]
24-
libsqlite3-sys = { git = "https://github.com/pepperoni505/rusqlite", branch = "master" }
24+
libsqlite3-sys = { git = "https://github.com/navigraph/rusqlite", branch = "master" }

0 commit comments

Comments
 (0)