Skip to content

Commit

Permalink
aya-build: enable anyhow/std
Browse files Browse the repository at this point in the history
This is needed before Rust 1.81.
  • Loading branch information
tamird authored and vadorovsky committed Dec 1, 2024
1 parent 6970353 commit 015c0df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aya-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -9,5 +9,5 @@ homepage.workspace = true
edition.workspace = true

[dependencies]
anyhow = { workspace = true }
anyhow = { workspace = true, default-features = true }
cargo_metadata = { workspace = true }

0 comments on commit 015c0df

Please sign in to comment.