From 09ffb0ff86c51f3783ca876c923e1a65dbf09822 Mon Sep 17 00:00:00 2001 From: Valery Antopol Date: Wed, 27 Dec 2023 01:31:05 +0400 Subject: [PATCH] remove unwanted change --- distro/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distro/Cargo.toml b/distro/Cargo.toml index 65213e7..8507dcd 100644 --- a/distro/Cargo.toml +++ b/distro/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" include = [ "/src", "build.rs", "Cargo.toml", "trust-graph-service"] description = "Distribution package for the trust-graph service" -# See more keysand their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] maplit = "1.0.2" serde = "1.0.160"