From c7a5d20f52c3e8ee816b914967b08804029ab792 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Sun, 24 May 2020 13:06:50 +0200 Subject: [PATCH] remove workspace workarounds for carnix --- ofborg-simple-build/Cargo.toml | 1 - ofborg/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/ofborg-simple-build/Cargo.toml b/ofborg-simple-build/Cargo.toml index 5a1a241..b1bb6b6 100644 --- a/ofborg-simple-build/Cargo.toml +++ b/ofborg-simple-build/Cargo.toml @@ -2,7 +2,6 @@ name = "ofborg-simple-build" version = "0.1.0" authors = ["Daiderd Jordan "] -include = ["Cargo.toml", "ofborg-simple-build"] # TODO remove when carnix is fixed edition = "2018" [dependencies] diff --git a/ofborg/Cargo.toml b/ofborg/Cargo.toml index 1f9f11b..c365352 100644 --- a/ofborg/Cargo.toml +++ b/ofborg/Cargo.toml @@ -2,7 +2,6 @@ name = "ofborg" version = "0.1.9" authors = ["Graham Christensen "] -include = ["Cargo.toml", "ofborg"] # TODO remove when carnix is fixed build = "build.rs" edition = "2018"