<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/rust, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-03-15T07:08:57Z</updated>
<entry>
<title>lang/rust: assign PKG_CPE_ID</title>
<updated>2026-03-15T07:08:57Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2026-03-14T13:17:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=fa203c818f745379dd03331529828bb9b35b6640'/>
<id>urn:sha1:fa203c818f745379dd03331529828bb9b35b6640</id>
<content type='text'>
cpe:/a:rust-lang:rust is the correct CPE ID for rust:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:rust-lang:rust

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>rust: Update to 1.94.0</title>
<updated>2026-03-11T16:52:21Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2026-03-11T07:37:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ff826adfa8a3d8545f8589b0949cae0de55efc02'/>
<id>urn:sha1:ff826adfa8a3d8545f8589b0949cae0de55efc02</id>
<content type='text'>
Changelog:
- https://github.com/rust-lang/rust/releases/tag/1.91.1
- https://github.com/rust-lang/rust/releases/tag/1.92.0
- https://github.com/rust-lang/rust/releases/tag/1.93.0
- https://github.com/rust-lang/rust/releases/tag/1.93.1
- https://github.com/rust-lang/rust/releases/tag/1.94.0

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>rust: set llvm.download-ci-llvm=false</title>
<updated>2026-03-05T22:38:44Z</updated>
<author>
<name>Orne Brocaar</name>
</author>
<published>2026-03-04T10:30:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4c3a649dd78b76a14b55799d5ee871eb060c08e1'/>
<id>urn:sha1:4c3a649dd78b76a14b55799d5ee871eb060c08e1</id>
<content type='text'>
These LLVM builds get deleted after a certain time, causing Rust builds
to break as the LLVM build can no longer be downloaded.

Fixes #27331.

Signed-off-by: Orne Brocaar &lt;info@brocaar.com&gt;
</content>
</entry>
<entry>
<title>treewide: fix spelling and grammar in Makefiles</title>
<updated>2025-12-31T07:12:36Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-12-26T04:26:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=de64f871b0f00b885039997eb46f914bdac687a5'/>
<id>urn:sha1:de64f871b0f00b885039997eb46f914bdac687a5</id>
<content type='text'>
Fix spelling and grammar in package definitions, configs, comments and
other strings.

Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>rust: Update to 1.90.0</title>
<updated>2025-09-19T12:24:26Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2025-09-19T07:46:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4c8c41c023fdc40bad11cb380c3714c174206225'/>
<id>urn:sha1:4c8c41c023fdc40bad11cb380c3714c174206225</id>
<content type='text'>
Release note: https://blog.rust-lang.org/2025/09/18/Rust-1.90.0/

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>rust: add loongarch64 and powerpc to supported targets</title>
<updated>2025-09-12T06:46:43Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2025-09-05T14:03:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a5c3fd1fee7185265f0bb1b1b969f4b5afbf94c9'/>
<id>urn:sha1:a5c3fd1fee7185265f0bb1b1b969f4b5afbf94c9</id>
<content type='text'>
Also removed i686 as OpenWrt replaces it with i386 in $(ARCH).

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>rust: update to 1.89.0</title>
<updated>2025-08-23T10:28:18Z</updated>
<author>
<name>Aleksey Vasilenko</name>
</author>
<published>2025-08-22T22:11:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=10862df850ae012b34ec9c57a9005b1f7e1e2aca'/>
<id>urn:sha1:10862df850ae012b34ec9c57a9005b1f7e1e2aca</id>
<content type='text'>
- switch source archive to tar.xz to save space and bandwidth
- refresh a patch

Signed-off-by: Aleksey Vasilenko &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>rust: read build path from `{HOST_}MAKE_PATH`</title>
<updated>2025-08-21T09:00:09Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2025-08-20T09:44:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=84cb850b7f967c2ed7ec4fdb55e8655a245f16dd'/>
<id>urn:sha1:84cb850b7f967c2ed7ec4fdb55e8655a245f16dd</id>
<content type='text'>
Allow set build path by `{HOST_}MAKE_PATH`.

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>rust: introduce `RUST_{HOST,PKG}_LOCKED` flag</title>
<updated>2025-08-21T09:00:09Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2025-08-20T09:28:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1000e99185ec9faaa846aeef43ca3cf72f199d5d'/>
<id>urn:sha1:1000e99185ec9faaa846aeef43ca3cf72f199d5d</id>
<content type='text'>
Introduce `RUST_{HOST,PKG}_LOCKED` flag (enabled by default) to respect
upstream lockfile. This can be disabled by setting it to 0 if you want
to have up-to-date dependencies.

This change also adds new `CARGO_{HOST,PKG}_ARGS` variable to pass extra
build arguments to cargo.

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>rust: update to 1.87.0</title>
<updated>2025-05-25T10:46:22Z</updated>
<author>
<name>Luca Barbato</name>
</author>
<published>2025-05-24T18:10:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=95eef0fd580a411bd487ccf61a8d4bd25beab5c2'/>
<id>urn:sha1:95eef0fd580a411bd487ccf61a8d4bd25beab5c2</id>
<content type='text'>
Simplify the build invocation and reorder the target list to avoid
failures due the build process changes.

Signed-off-by: Luca Barbato &lt;lu_zero@gentoo.org&gt;
</content>
</entry>
</feed>
