From deafc1c1af63fe7390ed6d3407cb4dca304fe6ef Mon Sep 17 00:00:00 2001 From: Karolin Varner Date: Sat, 3 Aug 2024 13:50:50 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20Style=20adjustments=20=E2=80=93=20Carg?= =?UTF-8?q?o.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 44a6e32..ead707c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,13 +51,13 @@ arbitrary = { version = "1.3.2", features = ["derive"] } anyhow = { version = "1.0.86", features = ["backtrace", "std"] } mio = { version = "1.0.1", features = ["net", "os-poll"] } oqs-sys = { version = "0.9.1", default-features = false, features = [ - 'classic_mceliece', - 'kyber', + 'classic_mceliece', + 'kyber', ] } blake2 = "0.10.6" chacha20poly1305 = { version = "0.10.1", default-features = false, features = [ - "std", - "heapless", + "std", + "heapless", ] } zerocopy = { version = "0.7.35", features = ["derive"] } home = "0.5.9"