Changeset ce49f79e


Ignore:
Timestamp:
09/04/2023 04:14:58 PM (9 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
1384f36
Parents:
808aeec
git-author:
Xi Ruoyao <xry111@…> (09/04/2023 04:14:25 PM)
git-committer:
Xi Ruoyao <xry111@…> (09/04/2023 04:14:58 PM)
Message:

cbindgen: Update to cbindgen-0.25.0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cbindgen.xml

    r808aeec rce49f79e  
    55  %general-entities;
    66
    7   <!ENTITY cbindgen-download-http "https://github.com/eqrion/cbindgen/archive/v&cbindgen-version;/cbindgen-&cbindgen-version;.tar.gz">
     7  <!ENTITY cbindgen-download-http "https://github.com/mozilla/cbindgen/archive/v&cbindgen-version;/cbindgen-&cbindgen-version;.tar.gz">
    88  <!ENTITY cbindgen-download-ftp  " ">
    9   <!ENTITY cbindgen-md5sum        "6aa2991ca8411f9ebf9961e8b873e884">
    10   <!ENTITY cbindgen-size          "204 KB">
     9  <!ENTITY cbindgen-md5sum        "7762e0084c6b11b69302b62becacf18a">
     10  <!ENTITY cbindgen-size          "212 KB">
    1111  <!ENTITY cbindgen-buildsize     "121 MB (add 596 MB for tests)">
    1212  <!ENTITY cbindgen-time          "0.5 SBU (add 0.4 SBU for tests), both on a 4-core machine">
     
    8888
    8989    <para>
    90       <!-- 0.16.0 log shows 2 suites where both tests pass, in the third
    91            3 of 6 fail. The suite names are impenetrable. -->
    9290      To test the results, issue: <command>cargo test</command>.
    93       Three tests in the final suite are known to fail.
     91      Three tests in <filename>profile.rs</filename> are known to fail.
    9492    </para>
    9593
  • packages.ent

    r808aeec rce49f79e  
    309309<!-- Chapter 13 -->
    310310<!ENTITY autoconf213-version          "2.13">
    311 <!ENTITY cbindgen-version             "0.24.3">
     311<!ENTITY cbindgen-version             "0.25.0">
    312312<!ENTITY clisp-version                "2.49">
    313313<!ENTITY cmake-major-version          "3.27">
Note: See TracChangeset for help on using the changeset viewer.