diff --git a/Cargo.toml b/Cargo.toml index 97281a7aa..40e32994c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,4 @@ default-members = ["benchmarks", "crates/*"] resolver = "2" [profile.release] -lto = true \ No newline at end of file +lto = true diff --git a/crates/matrix-sdk-crypto/Cargo.toml b/crates/matrix-sdk-crypto/Cargo.toml index e3c75bfac..b2bf504c6 100644 --- a/crates/matrix-sdk-crypto/Cargo.toml +++ b/crates/matrix-sdk-crypto/Cargo.toml @@ -64,4 +64,4 @@ matches = "0.1.9" matrix-sdk-test = { version = "0.5.0", path = "../matrix-sdk-test" } proptest = { version = "1.0.0", default-features = false, features = ["std"] } # required for async_test macro -tokio = { version = "1.7.0", default-features = false, features = ["macros", "rt-multi-thread"] } \ No newline at end of file +tokio = { version = "1.7.0", default-features = false, features = ["macros", "rt-multi-thread"] }