Skip to content

Commit

Permalink
Update num-derive requirement from 0.2 to 0.3
Browse files Browse the repository at this point in the history
Updates the requirements on [num-derive](https://github.com/rust-num/num-derive) to permit the latest version.
- [Release notes](https://github.com/rust-num/num-derive/releases)
- [Changelog](https://github.com/rust-num/num-derive/blob/master/RELEASES.md)
- [Commits](rust-num/num-derive@num-derive-0.2.0...num-derive-0.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Sep 30, 2019
1 parent 1e75546 commit 58e9a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ failure = "0.1.5"
serde="1"
serde_derive = "1"
num-traits = "0.2"
num-derive = "0.2"
num-derive = "0.3"
lazy_static = "1"
bitflags = "1"

Expand Down

0 comments on commit 58e9a08

Please sign in to comment.