diff --git a/Cargo.toml b/Cargo.toml index f021288..849fcb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,9 @@ regex = "1" lazy_static = "1" [dependencies.sqlx] +# ATTENTION: 0.6.1 is broken! Compilation takes forever and uses massive amounts of RAM. At 30 GB I killed it... +# Issue: https://github.com/launchbadge/sqlx/issues/1921 +# Possible PR: https://github.com/launchbadge/sqlx/pull/1946 version = "0.5" default-features = false features = [