cargo-modules: update to 0.9.3.
This commit is contained in:
parent
b9f788c636
commit
590251f60a
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cargo-modules'
|
# Template file for 'cargo-modules'
|
||||||
pkgname=cargo-modules
|
pkgname=cargo-modules
|
||||||
version=0.9.2
|
version=0.9.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="Cargo plugin to render crate's module/item structure as a tree or graph"
|
short_desc="Cargo plugin to render crate's module/item structure as a tree or graph"
|
||||||
|
@ -9,4 +9,4 @@ license="MPL-2.0"
|
||||||
homepage="https://github.com/regexident/cargo-modules"
|
homepage="https://github.com/regexident/cargo-modules"
|
||||||
changelog="https://raw.githubusercontent.com/regexident/cargo-modules/main/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/regexident/cargo-modules/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/regexident/cargo-modules/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/regexident/cargo-modules/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=92be935f02b154e297d7be5d42bb0ea09fa4d3a738eb3a9fbc3a14378457096d
|
checksum=a7bf566d0297801877dc70c6e02b9f1066909f4c3e37a4fb45b56fc5683901b7
|
||||||
|
|
Loading…
Reference in New Issue