summary refs log tree commit diff stats
path: root/scripts/make-release
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2025-05-26 12:10:18 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2025-06-05 20:24:51 +0200
commita95ad49bbfac2a5080c5761688465bdbb1969c24 (patch)
treeb5e465a10471173ff7bb6d639eccc6e7ef80859c /scripts/make-release
parentf8a113701dd2d28f3bedb216e59125ddcb77fd05 (diff)
downloadfocaccia-qemu-a95ad49bbfac2a5080c5761688465bdbb1969c24.tar.gz
focaccia-qemu-a95ad49bbfac2a5080c5761688465bdbb1969c24.zip
subprojects: add the anyhow crate
This is a standard replacement for Box<dyn Error> which is more efficient (it only
occcupies one word) and provides a backtrace of the error.  This could be plumbed
into &error_abort in the future.

Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts/make-release')
-rwxr-xr-xscripts/make-release2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-release b/scripts/make-release
index 8c3594a1a4..ea65bdcc0c 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 arbitrary-int-1-rs bilge-0.2-rs
+  berkeley-testfloat-3 anyhow-1-rs arbitrary-int-1-rs bilge-0.2-rs
   bilge-impl-0.2-rs either-1-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
   syn-2-rs unicode-ident-1-rs"