From fee68d05ba85be2a358c48697bdeba2bc360b9c6 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Wed, 11 Sep 2024 21:56:15 +0200 Subject: chore: update deps, improve contributing guidelines, improve ci Signed-off-by: Henry Gressmann --- examples/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/rust/Cargo.toml') diff --git a/examples/rust/Cargo.toml b/examples/rust/Cargo.toml index f88fde4..af2391a 100644 --- a/examples/rust/Cargo.toml +++ b/examples/rust/Cargo.toml @@ -16,7 +16,7 @@ argon2={version="0.5"} [[bin]] name="hello" path="src/hello.rs" - + [[bin]] name="print" path="src/print.rs" -- cgit v1.3.1