Update package version to 0.9.0
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
name: cargo-about
|
name: cargo-about
|
||||||
description: Cargo plugin to generate list of all licenses for a crate
|
description: Cargo plugin to generate list of all licenses for a crate
|
||||||
version: 0.8.4
|
version: 0.9.0
|
||||||
revision: 1
|
revision: 1
|
||||||
url: https://github.com/EmbarkStudios/cargo-about
|
url: https://github.com/EmbarkStudios/cargo-about
|
||||||
license: Apache-2.0,MIT
|
license: Apache-2.0,MIT
|
||||||
|
maintainers:
|
||||||
|
- [email protected]
|
||||||
architecture: any
|
architecture: any
|
||||||
type: source
|
type: source
|
||||||
depends:
|
depends:
|
||||||
@@ -13,4 +15,4 @@ downloads:
|
|||||||
- url: https://github.com/EmbarkStudios/cargo-about/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
|
- url: https://github.com/EmbarkStudios/cargo-about/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: 956cea9d2170936e7d53d1a8c951242332777be89bff4b8531066bff584fbcd3
|
checksum: 7dc9b5f87d25b57c044618655a1948857bd03196e3b20cbb8700b41ad6f1614f
|
||||||
|
|||||||
@@ -12,13 +12,13 @@ prepare() {
|
|||||||
# The build function is executed in the source directory
|
# The build function is executed in the source directory
|
||||||
# This function is used to compile the source code
|
# This function is used to compile the source code
|
||||||
build() {
|
build() {
|
||||||
cargo build --release --frozen
|
cargo build --release --frozen --features cli
|
||||||
}
|
}
|
||||||
|
|
||||||
# The check function is executed in the source directory
|
# The check function is executed in the source directory
|
||||||
# This function is used to run tests to verify the package has been compiled correctly
|
# This function is used to run tests to verify the package has been compiled correctly
|
||||||
check() {
|
check() {
|
||||||
cargo test --frozen
|
cargo test --frozen --features cli
|
||||||
}
|
}
|
||||||
|
|
||||||
# The package function is executed in the source directory
|
# The package function is executed in the source directory
|
||||||
|
|||||||
Reference in New Issue
Block a user