rust_uno/.gitignore | 1 - rust_uno/Cargo.lock | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-)
New commits: commit 51b658a66cfa96d96d9ec61d2785513ea43189e6 Author: Arnaud VERSINI <[email protected]> AuthorDate: Mon Feb 2 13:08:15 2026 +0100 Commit: Miklos Vajna <[email protected]> CommitDate: Mon Mar 9 08:35:19 2026 +0100 rust_uno : Cargo.lock must be in the git repository (cherry picked from commit 64510d3c8e2ebb6989787da273731fbd11175a6e) Change-Id: I3d73e2ad55864d68a8405c1b03fbed8b5ea754f5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/201127 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Miklos Vajna <[email protected]> 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"
