Skip to content

Commit 777135e

Browse files
Update num requirement from 0.2 to 0.3
Updates the requirements on [num](https://github.com/rust-num/num) to permit the latest version. - [Release notes](https://github.com/rust-num/num/releases) - [Changelog](https://github.com/rust-num/num/blob/master/RELEASES.md) - [Commits](rust-num/num@num-0.2.0...num-0.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 27b8618 commit 777135e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ edition = "2018"
66

77
[dependencies]
88
rand = "0.7"
9-
num = "0.2"
9+
num = "0.3"

0 commit comments

Comments
 (0)