summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2023-09-05 06:15:46 +0200
committerMartin Nordholts <enselic@gmail.com>2023-09-05 16:37:14 +0200
commitf49278cfaa811da2128a6dd6ac73ad5af02c4cca (patch)
treef2be155846701d98c621e9c848cc1d17859da2a1 /Cargo.toml
parent9b73eda9576a846dc6c5e6c0ac14ed38e7b5b5ce (diff)
Do not enable `lessopen` feature by default
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5b88cb5d..7af3e6e1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,6 @@ application = [
"build-assets",
"git",
"minimal-application",
- "lessopen",
]
# Mainly for developers that want to iterate quickly
# Be aware that the included features might change in the future