aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-03-27 16:52:10 -0600
committerMelody Horn <melody@boringcactus.com>2021-03-27 16:52:10 -0600
commit66e8fae975a96033277ba7341f7ad40912de1b41 (patch)
treed352224d8465cbb4e0e531edb4a4fb1356056305 /Cargo.lock
parent85e827763e6c47bb7a15bf04ddc1d15924a746ca (diff)
downloadmakers-66e8fae975a96033277ba7341f7ad40912de1b41.tar.gz
makers-66e8fae975a96033277ba7341f7ad40912de1b41.zip
call the shell explicitly
system is cool and all but unsafe is suboptimal here
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 00bc731..05cc7ce 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -128,7 +128,6 @@ name = "makers"
version = "0.1.0"
dependencies = [
"lazy_static",
- "libc",
"nom",
"regex",
"structopt",