Skip to content

Commit e8df8d5

Browse files
committed
chore: bump rusqlite version
1 parent a0a4e5a commit e8df8d5

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
@@ -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 = "366c520", features = ["bundled", "wasm32-wasi-vfs"] }
20+
rusqlite = { git = "https://github.com/navigraph/rusqlite", rev = "719640f", features = ["bundled", "wasm32-wasi-vfs"] }
2121
zip = { version = "0.6.4", default-features = false, features = ["deflate"] }

0 commit comments

Comments
 (0)