aya-build: enable anyhow/std

This is needed before Rust 1.81.
reviewable/pr1105/r2
Tamir Duberstein 5 months ago
parent 7c0a61c167
commit 7cd2f5232e
No known key found for this signature in database

@ -1,6 +1,6 @@
[package]
name = "aya-build"
version = "0.1.0"
version = "0.1.1"
description = "Build-time support for aya projects"
authors.workspace = true
license.workspace = true
@ -9,5 +9,5 @@ homepage.workspace = true
edition.workspace = true
[dependencies]
anyhow = { workspace = true }
anyhow = { workspace = true, default-features = true }
cargo_metadata = { workspace = true }

Loading…
Cancel
Save