Skip to content

Commit

Permalink
Merge pull request #713 from hannobraun/anyhow
Browse files Browse the repository at this point in the history
Make Anyhow a `dev-dependency` of `fj-kernel`
  • Loading branch information
hannobraun authored Jun 22, 2022
2 parents 5d47ca4 + 40344b8 commit c813bb6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/fj-kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ categories = ["encoding", "mathematics", "rendering"]


[dependencies]
anyhow = "1.0.58"
anymap = "1.0.0-beta.2"
map-macro = "0.2.0"
parking_lot = "0.12.0"
Expand All @@ -29,3 +28,7 @@ path = "../fj-interop"
[dependencies.fj-math]
version = "0.6.0"
path = "../fj-math"


[dev-dependencies]
anyhow = "1.0.58"

0 comments on commit c813bb6

Please sign in to comment.