Skip to content

Commit 4c9b49b

Browse files
committed
chore: lock libc dependency due to bug with 0.2.166 on wasm
1 parent dddc04c commit 4c9b49b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ lto = true
88
strip = true
99

1010
[patch.crates-io]
11-
rusqlite = { git = "https://github.com/navigraph/rusqlite", rev = "7921774" }
11+
rusqlite = { git = "https://github.com/navigraph/rusqlite", rev = "7921774" }

src/wasm/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ uuid = { version = "1.10.0", features = ["v3"] }
1414
zip = { version = "0.6.4", default-features = false, features = ["deflate"] }
1515
enum_dispatch = "0.3.13"
1616
navigation_database = { path = "../database" }
17+
libc = { version = "=0.2.164" }

0 commit comments

Comments
 (0)