From f4e13be1259d3003e4a8327ce613ad194d6ed5d9 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Tue, 1 Aug 2023 00:33:16 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=E2=99=BB=EF=B8=8F=20Update=20snafu=20?= =?UTF-8?q?features?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- machine/Cargo.toml | 2 +- nucleus/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/machine/Cargo.toml b/machine/Cargo.toml index 01c979c..44f1a95 100644 --- a/machine/Cargo.toml +++ b/machine/Cargo.toml @@ -36,7 +36,7 @@ usize_conversions = "0.2" bit_field = "0.10" bitflags = "1.3" cfg-if = "1.0" -snafu = { version = "0.7", default-features = false } +snafu = { version = "0.7", default-features = false, features = ["unstable-core-error"] } buddy-alloc = { git = "https://github.com/metta-systems/buddy-alloc", version = "0.6.0", branch = "feature/allocator-api" } once_cell = { version = "1.18", default-features = false, features = ["unstable"] } diff --git a/nucleus/Cargo.toml b/nucleus/Cargo.toml index 8f01719..feb6665 100644 --- a/nucleus/Cargo.toml +++ b/nucleus/Cargo.toml @@ -35,7 +35,7 @@ usize_conversions = "0.2" bit_field = "0.10" bitflags = "1.3" cfg-if = "1.0" -snafu = { version = "0.7", default-features = false } +snafu = { version = "0.7", default-features = false, features = ["unstable-core-error"] } [[bin]] name = "nucleus"