Skip to content

Commit

Permalink
Merge pull request #305 from quartiq/dependabot/cargo/num-0.4.0
Browse files Browse the repository at this point in the history
Bump num from 0.3.1 to 0.4.0
  • Loading branch information
jordens committed Apr 6, 2021
2 parents f2b7a7a + 71f7e91 commit ec28c49
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
21 changes: 15 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dsp/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
libm = "0.2.1"
serde = { version = "1.0", features = ["derive"], default-features = false }
generic-array = "0.14"
num = { version = "0.3.1", default-features = false }
num = { version = "0.4.0", default-features = false }
miniconf = "0.1"

[dev-dependencies]
Expand Down

0 comments on commit ec28c49

Please sign in to comment.