0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
posthog/rust/.cargo/config.toml
Brett Hoerner 1fb4e7fa67
chore(cyclotron): change columns to bytes, add blob column (#24563)
Co-authored-by: Oliver Browne <oliver@posthog.com>
2024-08-27 12:14:26 -06:00

5 lines
226 B
TOML

[env]
# Force SQLX to run in offline mode for CI. Devs can change this if they want, to live code against the DB,
# but we use it at the workspace level here to allow use of sqlx macros across all crates
SQLX_OFFLINE = "true"