Skip to content

Commit 679d569

Browse files
committed
chore: change rusqlite version
1 parent 9ef405f commit 679d569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wasm_navdata_interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ strip = true
1717
msfs = { git = "https://github.com/flybywiresim/msfs-rs.git", rev = "b438d3e" }
1818
serde = "1.0.190"
1919
serde_json = "1.0.108"
20-
rusqlite = { git = "https://github.com/navigraph/rusqlite", rev = "f9170d0", features = ["bundled"] }
20+
rusqlite = { git = "https://github.com/navigraph/rusqlite", rev = "7921774", features = ["bundled"] }
2121
zip = { version = "0.6.4", default-features = false, features = ["deflate"] }

0 commit comments

Comments
 (0)