File: relax-dep.diff

package info (click to toggle)
rust-linreg 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 136 kB
  • sloc: makefile: 4
file content (11 lines) | stat: -rw-r--r-- 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@
 license = "MIT"
 repository = "https://github.com/49nord/linreg-rs.git"
 [dependencies.displaydoc]
-version = "0.1.5"
+version = ">= 0.2.0"
 default-features = false
 
 [dependencies.num-traits]