Skip to content

Commit

Permalink
Merge pull request #1063 from akonradi-signal/easy-cast
Browse files Browse the repository at this point in the history
Add missing easy_cast dep for doc example
  • Loading branch information
kjvalencik authored Sep 16, 2024
2 parents 63551b1 + ecfeaee commit 0cd37f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/neon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ psd = "0.3.4" # used for a doc example
anyhow = "1.0.75" # used for a doc example
widestring = "1.0.2" # used for a doc example
linkify = "0.10.0" # used for a doc example
easy-cast = "0.5.2" # used for a doc example

[target.'cfg(not(target = "windows"))'.dev-dependencies]
# Avoid `clang` as a dependency on windows
Expand Down

0 comments on commit 0cd37f8

Please sign in to comment.