Remove `backtrace` feature from `anyhow`
Dependencies
- [2]
656TN7X4Update `Cargo.lock` to latest compatible versions - [3]
RIZ4IP76Solving more conflicts - [4]
EJ7TFFOWRe-adding Cargo.lock - [5]
LREYM47HUpdate workspace resolver from `2` to `3` - [6]
ABPFWGKHCreate `pijul-interaction` crate - [7]
PNJL5TPZVersion bump - [8]
STG7MO5MVersion bump - [9]
2MKP7CB7Move dependencies into workspace `Cargo.toml` - [10]
SYZ44SKFRemove `async_trait` crate - [*]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting).
Change contents
- replacement in Cargo.toml at line 25
anyhow = { version = "1.0", features = ["backtrace"] }anyhow = "1.0" - edit in Cargo.lock at line 103
dependencies = ["backtrace",]