Skip to content

Commit 1ed6331

Browse files
committed
chore: use flybywiresim msfs-rs instead of forked
1 parent 28a5b3e commit 1ed6331

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
@@ -14,7 +14,7 @@ lto = true
1414
strip = true
1515

1616
[dependencies]
17-
msfs = { git = "https://github.com/pepperoni505/msfs-rs.git", branch = "main" }
17+
msfs = { git = "https://github.com/flybywiresim/msfs-rs.git", rev = "b438d3e" }
1818
serde = "1.0.190"
1919
serde_json = "1.0.108"
2020
rusqlite = { git = "https://github.com/navigraph/rusqlite", rev = "366c520", features = ["bundled", "wasm32-wasi-vfs"] }

0 commit comments

Comments
 (0)