chore: ♻️ Update snafu features
This commit is contained in:
parent
77d04d3d67
commit
f4e13be125
|
@ -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"] }
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue