From 6e122d6ce4d8159d26c66e75ebe775387f8e7929 Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Sun, 7 Jun 2020 12:58:50 -0700 Subject: [PATCH 1/3] vendor simplemad_sys --- simplemad/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simplemad/Cargo.toml b/simplemad/Cargo.toml index 1634ea6..17a2570 100644 --- a/simplemad/Cargo.toml +++ b/simplemad/Cargo.toml @@ -14,4 +14,4 @@ license = "MIT" name = "simplemad" [dependencies] -simplemad_sys = { version = "0.5.0", path = "../simplemad_sys" } +simplemad_sys = { version = "0.5.0", path = "../simplemad_sys", features = ["vendor"] } From f21046366ff8bb8c1f8d5fd4008352658d76a194 Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Sun, 7 Jun 2020 13:00:54 -0700 Subject: [PATCH 2/3] vendor feature --- simplemad/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/simplemad/Cargo.toml b/simplemad/Cargo.toml index 17a2570..5b86406 100644 --- a/simplemad/Cargo.toml +++ b/simplemad/Cargo.toml @@ -15,3 +15,6 @@ name = "simplemad" [dependencies] simplemad_sys = { version = "0.5.0", path = "../simplemad_sys", features = ["vendor"] } + +[features] +vendor = ["simplemad_sys/some-feature"] From 9e9f949691e3872ed18851f244aa659b101dbfa4 Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Sun, 7 Jun 2020 13:02:45 -0700 Subject: [PATCH 3/3] drr --- simplemad/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simplemad/Cargo.toml b/simplemad/Cargo.toml index 5b86406..67e52d8 100644 --- a/simplemad/Cargo.toml +++ b/simplemad/Cargo.toml @@ -14,7 +14,7 @@ license = "MIT" name = "simplemad" [dependencies] -simplemad_sys = { version = "0.5.0", path = "../simplemad_sys", features = ["vendor"] } +simplemad_sys = { version = "0.5.0", path = "../simplemad_sys" } [features] -vendor = ["simplemad_sys/some-feature"] +vendor = ["simplemad_sys/vendor"]