Commit 7c55fb0
authored
fix: avoid rebuilding libsql-ffi every time when using Multiple Ciphers (#2178)
Fix #2177
When using the Multiple Ciphers extension in libsql, I noticed that it
was rebuilding libsql-ffi every time. This fixes the condition in
`build.rs` to only check for changes in the Multiple Ciphers source1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments