Skip to content

Commit 143ca53

Browse files
committed
Relax version requirements of dependencies
1 parent 06c97b8 commit 143ca53

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ travis-ci = { repository = "PyO3/pyo3", branch = "master" }
1919
appveyor = { repository = "fafhrd91/pyo3" }
2020

2121
[dependencies]
22-
indoc = "0.3.4"
23-
inventory = "0.1.4"
24-
libc = "0.2.62"
25-
num-bigint = { version = ">= 0.2", optional = true }
26-
num-complex = { version = ">= 0.2", optional = true }
27-
num-traits = "0.2.8"
22+
indoc = "^0.3.4"
23+
inventory = "^0.1.4"
24+
libc = "^0.2.62"
25+
num-bigint = { version = "0.2", optional = true }
26+
num-complex = { version = "0.2", optional = true }
27+
num-traits = "^0.2.8"
2828
parking_lot = { version = "0.10", features = ["nightly"] }
29-
paste = "0.1.6"
29+
paste = "^0.1.6"
3030
pyo3cls = { path = "pyo3cls", version = "=0.9.0-alpha.1" }
31-
unindent = "0.1.4"
31+
unindent = "^0.1.4"
3232

3333
[dev-dependencies]
3434
assert_approx_eq = "1.1.0"
35-
trybuild = "1.0.14"
35+
trybuild = "1.0.23"
3636

3737
[build-dependencies]
3838
regex = "1"

0 commit comments

Comments
 (0)