From b99d5db7098393cdc26d0bb1055bc84f2fb4e05b Mon Sep 17 00:00:00 2001 From: eloylp Date: Mon, 29 Apr 2024 14:58:05 -0500 Subject: [PATCH] Add dummy type for the CI --- ampd/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ampd/Cargo.toml b/ampd/Cargo.toml index e70b1ee4d..dbb58dc1b 100644 --- a/ampd/Cargo.toml +++ b/ampd/Cargo.toml @@ -103,3 +103,6 @@ curve25519-dalek = { git = "https://github.com/dalek-cryptography/curve25519-dal ahash = "=0.8.6" [lints] workspace = true + + +## dummy change for trigger the CI \ No newline at end of file