gnu: rust-pyo3-0.16: Fix build.
* gnu/packages/crates-io.scm (rust-pyo3-0.16) [arguments]: Replace rust-indexmap-1.6 with rust-indexmap-1.7.master
parent
b11e5c8280
commit
1586d17f4e
|
@ -44389,7 +44389,7 @@ ecosystem.")
|
|||
("rust-cfg-if" ,rust-cfg-if-1)
|
||||
("rust-eyre" ,rust-eyre-0.6)
|
||||
("rust-hashbrown" ,rust-hashbrown-0.11)
|
||||
("rust-indexmap" ,rust-indexmap-1)
|
||||
("rust-indexmap" ,rust-indexmap-1.7)
|
||||
("rust-indoc" ,rust-indoc-1)
|
||||
("rust-inventory" ,rust-inventory-0.2)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
|
|
Reference in New Issue