spyglass-search / spyglass

A personal search engine: Create a searchable library from your personal documents, interests, and more!
https://docs.spyglass.fyi
GNU Affero General Public License v3.0
2.54k stars 58 forks source link

Fix a couple of issues preventing `cargo-make` from working on Windows #504

Closed DrChat closed 11 months ago

DrChat commented 11 months ago

1) There was a typo/copy paste error preventing spyglass from building locally using cargo-make on Windows 2) Spyglass failed to compile as-is on current versions of Rust without updating deps, but one dependency was not SemVer-pinned and broke when updated so I pinned it. 3) The build profile was mostly hardcoded to debug; changed it to use CARGO_MAKE_CARGO_PROFILE where applicable.

a5huynh commented 11 months ago

Thanks for the PR @DrChat! I'll test this out over the weekend on my windows box and merge this in