diff --git a/pubspec.yaml b/pubspec.yaml index 7369120..0be09f0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,14 +1,14 @@ name: anyhow description: Idiomatic error handling capabilities to make your code safer, more maintainable, and errors easier to debug. Dart implementation of Rust's Result monad type and "anyhow" crate. -version: 2.0.0-dev4 +version: 2.0.0-dev.5 repository: https://github.com/mcmah309/anyhow environment: sdk: ">=3.3.0 <4.0.0" dependencies: - rust: ^2.0.0-dev1 + rust: ^2.0.0-dev.2 dev_dependencies: lints: ^3.0.0