diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-07-17 08:02:15 +0200 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-09-22 17:17:18 +0200 |
| commit | 193f2ab6e076f0f3d07081802bee2d36eb86086f (patch) | |
| tree | 245b7dbe4ad6d0c020e3feae783fd6d56ab4fcd5 /scripts/archive-source.sh | |
| parent | f87a2e5c596620a606aaa7df4257c45c4988e160 (diff) | |
| download | focaccia-qemu-193f2ab6e076f0f3d07081802bee2d36eb86086f.tar.gz focaccia-qemu-193f2ab6e076f0f3d07081802bee2d36eb86086f.zip | |
subprojects: add attrs crate
The attrs crate is a simple combinator-based for Rust attributes. It will be used instead of a handwritten parser. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts/archive-source.sh')
| -rwxr-xr-x | scripts/archive-source.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/archive-source.sh b/scripts/archive-source.sh index 035828c532..476a996a70 100755 --- a/scripts/archive-source.sh +++ b/scripts/archive-source.sh @@ -27,7 +27,7 @@ sub_file="${sub_tdir}/submodule.tar" # in their checkout, because the build environment is completely # different to the host OS. subprojects="keycodemapdb libvfio-user berkeley-softfloat-3 - berkeley-testfloat-3 anyhow-1-rs arbitrary-int-1-rs bilge-0.2-rs + berkeley-testfloat-3 anyhow-1-rs arbitrary-int-1-rs attrs-0.2-rs bilge-0.2-rs bilge-impl-0.2-rs either-1-rs foreign-0.3-rs itertools-0.11-rs libc-0.2-rs proc-macro2-1-rs proc-macro-error-1-rs proc-macro-error-attr-1-rs quote-1-rs |