Skip to content

Commit 935dab4

Browse files
committed
chore: bump rust and rusqlite version
1 parent f64c2c7 commit 935dab4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/wasm_navdata_interface/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = "navdata_interface"
33
version = "0.1.0"
44
edition = "2021"
5-
rust-version = "1.65"
65
rust-version = "1.72.1"
76

87
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -18,5 +17,5 @@ strip = true
1817
msfs = { git = "https://github.com/flybywiresim/msfs-rs.git", rev = "b438d3e" }
1918
serde = "1.0.190"
2019
serde_json = "1.0.108"
21-
rusqlite = { git = "https://github.com/navigraph/rusqlite", rev = "719640f", features = ["bundled", "wasm32-wasi-vfs"] }
20+
rusqlite = { git = "https://github.com/navigraph/rusqlite", rev = "f9170d0", features = ["bundled"] }
2221
zip = { version = "0.6.4", default-features = false, features = ["deflate"] }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

33
# Flags needed to get sqlite3 to work in the sim
4-
export LIBSQLITE3_FLAGS="-DSQLITE_THREADSAFE=0 -DSQLITE_OMIT_SHARED_CACHE -D_LARGEFILE64_SOURCE"
4+
export LIBSQLITE3_FLAGS="-DSQLITE_OMIT_SHARED_CACHE -D_LARGEFILE64_SOURCE"
55

66
cargo build --target wasm32-wasi --release && wasm-opt -O1 --signext-lowering --enable-bulk-memory -o /out/navdata_interface.wasm /external/target/wasm32-wasi/release/navdata_interface.wasm

0 commit comments

Comments
 (0)