Skip to content

Commit

Permalink
Merge pull request #1557 from AleoHQ/dependabot/cargo/staging/eyre-0.6.6
Browse files Browse the repository at this point in the history
Bump eyre from 0.6.5 to 0.6.6
  • Loading branch information
gluax authored Jan 20, 2022
2 parents aa5df86 + 5c86c27 commit edcf267
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ path = "../errors"
version = "1.5.3"

[dependencies.eyre]
version = "0.6.5"
version = "0.6.6"
default-features = false

[dependencies.leo-imports]
Expand Down
2 changes: 1 addition & 1 deletion errors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ version = "0.5.1"
version = "2.2.0"

[dependencies.eyre]
version = "0.6.5"
version = "0.6.6"
default-features = false

[dependencies.backtrace]
Expand Down
2 changes: 1 addition & 1 deletion synthesizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ path = "../errors"
version = "1.5.3"

[dependencies.eyre]
version = "0.6.5"
version = "0.6.6"
default-features = false

[dependencies.snarkvm-fields]
Expand Down

0 comments on commit edcf267

Please sign in to comment.