From 87b6dc577ac2cc414a8b87e5cbb64d2fd824dac7 Mon Sep 17 00:00:00 2001 From: ThetaSinner Date: Tue, 7 Jan 2025 17:02:11 +0000 Subject: [PATCH] Format TOML --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6119678..3ea39ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,7 +124,10 @@ holochain_conductor_api = { version = "0.4.0" } holochain_nonce = { version = "0.4.0" } kitsune_p2p_types = { version = "0.4.0" } holochain_websocket = { version = "0.4.0" } -hdk = { version = "0.4.0", features = ["unstable-functions", "unstable-countersigning"] } +hdk = { version = "0.4.0", features = [ + "unstable-functions", + "unstable-countersigning", +] } hdi = { version = "0.5.0", features = ["unstable-functions"] } holochain_serialized_bytes = "0.0.55"