From 3d6d2dfae0f13c6c060ff3dfd11d36cd49ae150e Mon Sep 17 00:00:00 2001 From: OnyemaAnthony Date: Sun, 31 May 2026 15:52:57 +0100 Subject: [PATCH] Fix Cargo.lock --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0287537..40bdb85 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ # Rust /target/ **/*.rs.bk -Cargo.lock +# Cargo.lock is tracked to ensure reproducible WASM builds # Soroban compiled output *.wasm