From e43252f3dcc4247ee26a4668f6797540b3d9d1a9 Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Thu, 5 Dec 2024 07:41:58 +0100 Subject: [PATCH] rust/cargo-c: update to 0.10.7+cargo-0.84.0 --- components/rust/cargo-c/Makefile | 4 ++-- components/rust/cargo-c/test/results-all.master | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/rust/cargo-c/Makefile b/components/rust/cargo-c/Makefile index 642e0581b8..fd07baaa4d 100644 --- a/components/rust/cargo-c/Makefile +++ b/components/rust/cargo-c/Makefile @@ -18,10 +18,10 @@ BUILD_STYLE = cargo include ../../../make-rules/shared-macros.mk COMPONENT_NAME = cargo-c -HUMAN_VERSION = 0.10.6+cargo-0.84.0 +HUMAN_VERSION = 0.10.7+cargo-0.84.0 COMPONENT_SUMMARY = Helper program to build and install c-like libraries COMPONENT_ARCHIVE_HASH = \ - sha256:7f3621cfeb9a10d93583fa81fb37d7066613ac14a4dac24e914925979581f18c + sha256:333b19a1a1dc397a8b4eec0a9a48af214637f1e2b87a2526273ebdf36729ea12 COMPONENT_FMRI = developer/cargo-c COMPONENT_CLASSIFICATION = Development/Other Languages COMPONENT_LICENSE = MIT diff --git a/components/rust/cargo-c/test/results-all.master b/components/rust/cargo-c/test/results-all.master index bc87b49698..72d3f802cd 100644 --- a/components/rust/cargo-c/test/results-all.master +++ b/components/rust/cargo-c/test/results-all.master @@ -1,4 +1,4 @@ - Running unittests src/lib.rs (target/release/deps/cargo_c-a2666fc8ac62afbc) + Running unittests src/lib.rs (target/release/deps/cargo_c-5625510cd1d12af0) running 24 tests test build::tests::test_lib_listing ... ok @@ -28,25 +28,25 @@ test pkg_config_gen::test::test_canonicalize::test_trailing_slash ... ok test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished - Running unittests src/bin/capi.rs (target/release/deps/cargo_capi-afa63a91ffaf3307) + Running unittests src/bin/capi.rs (target/release/deps/cargo_capi-159d4192ee909874) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished - Running unittests src/bin/cbuild.rs (target/release/deps/cargo_cbuild-31a0ce7ba0f047f7) + Running unittests src/bin/cbuild.rs (target/release/deps/cargo_cbuild-f3126761b6fd7a48) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished - Running unittests src/bin/cinstall.rs (target/release/deps/cargo_cinstall-98bf2171646c1c15) + Running unittests src/bin/cinstall.rs (target/release/deps/cargo_cinstall-8f10d39b493d3827) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished - Running unittests src/bin/ctest.rs (target/release/deps/cargo_ctest-9e2eabf06a2e97f4) + Running unittests src/bin/ctest.rs (target/release/deps/cargo_ctest-39c50a996a965b9b) running 0 tests -- 2.11.4.GIT