This release includes two backward-compatible feature additions:
- Added
pub fn is_empty(&self) -> bool;for checking graph empty status - Added
impl std::error::Error for DependencyErrormaking it easier to useDependencyErrorin applications
Full Changelog: v1.0.0...v1.1.0