cargo-modules: update to 0.13.6.
This commit is contained in:
parent
9a0ed184d0
commit
710afbdf7d
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'cargo-modules'
|
# Template file for 'cargo-modules'
|
||||||
pkgname=cargo-modules
|
pkgname=cargo-modules
|
||||||
version=0.11.0
|
version=0.13.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
make_check_args="-- --skip=smoke --skip=fields --skip=functions"
|
||||||
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"
|
||||||
maintainer="icp <pangolin@vivaldi.net>"
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
license="MPL-2.0"
|
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=35c0c08cb2cc062f1a2b09570fa21f8d12848fd8ffb6c02ec9fca7a3a17218fb
|
checksum=925457b04896d7d340285992ab05f49668a5576fb34c456c8e2cb19b9f435c2b
|
||||||
|
|
Loading…
Reference in New Issue