cargo-modules: update to 0.9.2.
This commit is contained in:
parent
4cef29ad20
commit
7c9e73560e
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cargo-modules'
|
# Template file for 'cargo-modules'
|
||||||
pkgname=cargo-modules
|
pkgname=cargo-modules
|
||||||
version=0.9.1
|
version=0.9.2
|
||||||
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=9acd23d98f063b309ed53fc72377153f402f8eb6ba8fc666606c7bc3fc8cf4c4
|
checksum=92be935f02b154e297d7be5d42bb0ea09fa4d3a738eb3a9fbc3a14378457096d
|
||||||
|
|
Loading…
Reference in New Issue