‼️ breaking change
DuckDB is no longer bundled in any of the binaries. Instead, some binaries will link against it when building, so you'll need DuckDB installed on your system in order to use it with rainfrog. The pre-built musl and android binaries are not compatible with DuckDB.
This change significantly reduces the binary size and allows you to use your system's existing DuckDB installation.
What's Changed
- Bump rsa from 0.9.8 to 0.9.10 in the cargo group across 1 directory by @dependabot[bot] in #248
- views in menu by @achristmascarl in #252
- dont bundle duckdb, update build cmds by @achristmascarl in #253
- Clarify duckdb driver note in README by @achristmascarl in #254
- Bump bytes from 1.10.1 to 1.11.1 in the cargo group across 1 directory by @dependabot[bot] in #255
- fix i686 release build by @achristmascarl in #257
- try to fix toolchain mistmatches by @achristmascarl in #258
Full Changelog: v0.3.13...v0.4.0