changeset 95:3d9facf8c639

Remove `full` from `features.default`
author blyxyas <blyxyas@gmail.com>
date Fri, 13 Jan 2023 23:10:50 +0100
parents 7d8d8525f957
children 528ce50ec228
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Fri Jan 13 23:10:02 2023 +0100
+++ b/Cargo.toml	Fri Jan 13 23:10:50 2023 +0100
@@ -25,5 +25,5 @@
 members = ["inner/"]
 
 [features]
-default = ["full"]
+default = []
 full = ["lru", "memoize-inner/full"]