Skip to content

Commit f8a8e84

Browse files
committed
Remove resolver argument from Cargo.toml
When building rust-numpy with the rust/cargo 1.48 packaged on Debian bullseye the build fails because in Cargo 1.48 the resolver option was a nightly only feature and Cargo errors. This feature wasn't stabilized until 1.51. I think we aren't catching this in the MSRV jobs because 1.41 is old enough that the resolver option wasn't known.
1 parent 5dbad31 commit f8a8e84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ edition = "2018"
1111
repository = "https://github.com/rust-numpy/rust-numpy"
1212
keywords = ["numpy", "python", "binding"]
1313
license = "BSD-2-Clause"
14-
resolver = "2"
1514

1615
[dependencies]
1716
cfg-if = "0.1"

0 commit comments

Comments
 (0)