Skip to content

Commit bab1683

Browse files
chore: PR feedback on formatting and default file formats
1 parent fdee30b commit bab1683

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,13 @@ pre-release-replacements = [
121121
]
122122

123123
[features]
124-
default = ["toml", "json", "yaml", "ini", "ron", "json5", "dotenv", "convert-case", "async"]
124+
default = ["toml", "json", "yaml", "ini", "ron", "json5", "convert-case", "async"]
125125
json = ["serde_json"]
126126
yaml = ["yaml-rust2"]
127127
ini = ["rust-ini"]
128128
json5 = ["json5_rs", "dep:serde-untagged"]
129129
corn = ["dep:corn"]
130-
dotenv = ["dotenvy"]
130+
dotenv = ["dep:dotenvy"]
131131
convert-case = ["convert_case"]
132132
preserve_order = ["indexmap", "toml?/preserve_order", "serde_json?/preserve_order", "ron?/indexmap"]
133133
async = ["async-trait"]
@@ -144,7 +144,7 @@ rust-ini = { version = "0.21.3", optional = true }
144144
ron = { version = "0.8.1", optional = true }
145145
json5_rs = { version = "0.4.1", optional = true, package = "json5" }
146146
corn = { version = "0.10.0", optional = true, package = "libcorn" }
147-
dotenvy ={ version = "0.15.7", optional = true }
147+
dotenvy = { version = "0.15.7", optional = true }
148148
indexmap = { version = "2.11.4", features = ["serde"], optional = true }
149149
convert_case = { version = "0.6.0", optional = true }
150150
pathdiff = "0.2.3"

0 commit comments

Comments
 (0)