1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Build with no default features enabled
Author: Mike Hommey <glandium@debian.org>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: git-cinnabar/Cargo.toml
===================================================================
--- git-cinnabar.orig/Cargo.toml
+++ git-cinnabar/Cargo.toml
@@ -47,8 +47,6 @@ repository = "https://github.com/glandiu
compile_commands = []
curl-compat = ["rustflags"]
default = [
- "full-version",
- "version-check",
]
full-version = [
"dep:concat_const",
|