Skip to content

Commit 2a2756a

Browse files
pyproject: fix meson dependency version range
meson 1.5.0 is still broken for no-std rust in C ABI library. Sanity check is broken and adds system libs as dependency even if the target is ***-none-*** which likely implies no-std support.
1 parent ded5be6 commit 2a2756a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"jsonschema>=4.18.0",
2323
"kconfiglib>=14.1.0",
2424
"lief>=0.13,<0.15",
25-
"meson>=1.3.0",
25+
"meson>=1.4.0,<1.5.0",
2626
"ninja>=1.11.0",
2727
"ninja_syntax>1.7",
2828
"svd2json>=0.1.6",

0 commit comments

Comments
 (0)