Skip to content

Commit

Permalink
Merge pull request #102 from nyx-space/dependabot/cargo/num-0.4
Browse files Browse the repository at this point in the history
Update num requirement from 0.3 to 0.4
  • Loading branch information
ChristopherRabotin authored Feb 9, 2023
2 parents fb14bea + f7f99ff commit 1b8ead0
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 @@ -33,7 +33,7 @@ prost-derive = "0.7"
rand = "0.8"
rand_distr = "0.4"
meval = "0.2"
num = {version = "0.3", default-features = false}
num = {version = "0.4", default-features = false}
rust-embed = "6"
toml = "0.5"
clap = "2"
Expand Down

0 comments on commit 1b8ead0

Please sign in to comment.