Newer cargo pgrx init can generate TOML files with spaces around the equals sign, but Toolkit can't handle that until we release https://github.com/timescale/timescaledb-toolkit/pull/833. This PR works around that by removing spaces around the equals sign in the generated TOML file.
Newer
cargo pgrx init
can generate TOML files with spaces around the equals sign, but Toolkit can't handle that until we release https://github.com/timescale/timescaledb-toolkit/pull/833. This PR works around that by removing spaces around the equals sign in the generated TOML file.