Skip to content

Commit

Permalink
chore: Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Feb 2, 2024
1 parent 35c9095 commit 461d4c8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.1

* Update dependency

## 1.2.0

* Stabilize 1.2.0
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,10 @@ packages:
dependency: "direct main"
description:
name: rust_core
sha256: "1e1085a2fd3a9b842074fac724616b610a94f9c33fa5adac06537af670b2fdb0"
sha256: d72e43fd8e095e95c7de98efc367bc617285f2e95cf1038e9b6aa773b68fef70
url: "https://pub.dev"
source: hosted
version: "0.3.0"
version: "0.3.6"
shelf:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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: 1.2.0
version: 1.2.1
repository: https://github.com/mcmah309/anyhow

environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
rust_core: ^0.3.0
rust_core: ^0.3.6

dev_dependencies:
lints: ^3.0.0
Expand Down

0 comments on commit 461d4c8

Please sign in to comment.