Skip to content

Commit 94f69d2

Browse files
⬆️ Update num requirement from 0.3 to 0.4 (#90)
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.3.0...num-0.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 45cb600 commit 94f69d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/yourcontrols/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dns-lookup = "1.0"
2222
indexmap = {version = "1.6", features = ["serde-1"]}
2323
laminar = {git = "https://github.com/Sequal32/laminar.git"}
2424
log = "0.4"
25-
num = "0.3"
25+
num = "0.4"
2626
retain_mut = "0.1"
2727
rmp-serde = "0.15"
2828
semver = "0.11"

0 commit comments

Comments
 (0)