We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef405f commit 679d569Copy full SHA for 679d569
src/wasm_navdata_interface/Cargo.toml
@@ -17,5 +17,5 @@ strip = true
17
msfs = { git = "https://github.com/flybywiresim/msfs-rs.git", rev = "b438d3e" }
18
serde = "1.0.190"
19
serde_json = "1.0.108"
20
-rusqlite = { git = "https://github.com/navigraph/rusqlite", rev = "f9170d0", features = ["bundled"] }
+rusqlite = { git = "https://github.com/navigraph/rusqlite", rev = "7921774", features = ["bundled"] }
21
zip = { version = "0.6.4", default-features = false, features = ["deflate"] }
0 commit comments