mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: rust-pyo3-0.15: Adjust version dependency relaxing code.
* gnu/packages/crates-io.scm (rust-pyo3-0.15)[source]: Adjust snippet to require at least the desired version, not an exact version.
This commit is contained in:
parent
f0ce201f49
commit
210bc02c50
1 changed files with 1 additions and 1 deletions
|
@ -45753,7 +45753,7 @@ ecosystem.")
|
||||||
;; version of RUST-CRITERION-0.3.
|
;; version of RUST-CRITERION-0.3.
|
||||||
'(substitute* "Cargo.toml"
|
'(substitute* "Cargo.toml"
|
||||||
(("\"=0\\.3\\.4\"")
|
(("\"=0\\.3\\.4\"")
|
||||||
"\"=0.3.5\"")))))
|
"\"^0.3.4\"")))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Loading…
Add table
Reference in a new issue