mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: rust-cargo-edit: Rename from rust-cargo-edit-0.8.
* gnu/packages/rust-apps.scm (rust-cargo-edit): Rename from ... (rust-cargo-edit-0.8): ... this. Redefine as a deprecated package.
This commit is contained in:
parent
09962d54c1
commit
7ace10db60
1 changed files with 3 additions and 1 deletions
|
@ -890,7 +890,7 @@ (define-public rust-swc
|
|||
|
||||
(define-deprecated rust-swc-1 rust-swc)
|
||||
|
||||
(define-public rust-cargo-edit-0.8
|
||||
(define-public rust-cargo-edit
|
||||
(package
|
||||
(name "rust-cargo-edit")
|
||||
(version "0.8.0")
|
||||
|
@ -939,6 +939,8 @@ (define-public rust-cargo-edit-0.8
|
|||
by modifying your @file{Cargo.toml} file from the command line.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-deprecated rust-cargo-edit-0.8 rust-cargo-edit)
|
||||
|
||||
(define-public git-interactive-rebase-tool
|
||||
(package
|
||||
(name "git-interactive-rebase-tool")
|
||||
|
|
Loading…
Reference in a new issue