diff --git a/rust-tower-service.spec b/rust-tower-service.spec index 80e3f5f..0ddf4cc 100644 --- a/rust-tower-service.spec +++ b/rust-tower-service.spec @@ -1,5 +1,6 @@ # Generated by rust2rpm 26 -%bcond_without check +# * outdated dev-dependencies: http ^0.2 +%bcond_with check %global debug_package %{nil} %global crate tower-service diff --git a/rust2rpm.toml b/rust2rpm.toml new file mode 100644 index 0000000..462d94e --- /dev/null +++ b/rust2rpm.toml @@ -0,0 +1,4 @@ +[tests] +run = ["none"] +comments = ["outdated dev-dependencies: http ^0.2"] +