rust_uno/.gitignore | 1 - rust_uno/Cargo.lock | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-)
New commits: commit 64510d3c8e2ebb6989787da273731fbd11175a6e Author: Arnaud VERSINI <[email protected]> AuthorDate: Mon Feb 2 13:08:15 2026 +0100 Commit: Arnaud Versini <[email protected]> CommitDate: Sat Feb 7 18:55:43 2026 +0100 rust_uno : Cargo.lock must be in the git repository Change-Id: I3d73e2ad55864d68a8405c1b03fbed8b5ea754f5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198541 Reviewed-by: Arnaud Versini <[email protected]> Tested-by: Jenkins diff --git a/rust_uno/.gitignore b/rust_uno/.gitignore index 310213a05bc3..5b3575924aa8 100644 --- a/rust_uno/.gitignore +++ b/rust_uno/.gitignore @@ -1,3 +1,2 @@ /target -Cargo.lock generated/ diff --git a/rust_uno/Cargo.lock b/rust_uno/Cargo.lock new file mode 100644 index 000000000000..7285a329ed1f --- /dev/null +++ b/rust_uno/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 4 + +[[package]] +name = "rust_uno" +version = "0.1.0"
