From f786c0c9345fe073b366c9be747373f7a81b2d26 Mon Sep 17 00:00:00 2001 From: tbar4 Date: Mon, 25 Nov 2024 14:32:27 -0800 Subject: [PATCH] updated maturin version and ccargo build to build yml --- python/pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/pyproject.toml b/python/pyproject.toml index 30a58d401..97d952f03 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -60,3 +60,5 @@ include = [ { path = "Cargo.lock", format = "sdist" } ] exclude = [".github/**", "ci/**", ".asf.yaml"] +# Require Cargo.lock is up to date +locked = true