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/make-release | |
| 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/make-release')
| -rwxr-xr-x | scripts/make-release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-release b/scripts/make-release index 87f563ef5f..bc1b43caa2 100755 --- a/scripts/make-release +++ b/scripts/make-release @@ -40,7 +40,7 @@ fi # Only include wraps that are invoked with subproject() SUBPROJECTS="libvfio-user keycodemapdb 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 |