Skip to content

Commit d497dbf

Browse files
authored
Merge pull request #1886 from hermit-os/fmt-cargo_toml
style(Cargo.toml): unify indentation
2 parents 16d5088 + 9e7cdc6 commit d497dbf

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

Cargo.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ exclude = [
2929
]
3030

3131
[lib]
32-
crate-type = ["staticlib", "lib"] # "lib" required for integration tests
32+
crate-type = ["staticlib", "lib"] # "lib" required for integration tests
3333
name = "hermit"
3434

3535
[[test]]
@@ -147,18 +147,18 @@ version = "0.12"
147147
optional = true
148148
default-features = false
149149
features = [
150-
"alloc",
151-
"async",
152-
"medium-ethernet",
153-
"proto-ipv4",
154-
"proto-ipv6",
155-
# Enable IP fragmentation
156-
"proto-ipv4-fragmentation",
157-
"proto-ipv6-fragmentation",
158-
#
159-
# Assume a MTU size of 9000
160-
#"fragmentation-buffer-size-8192",
161-
#"reassembly-buffer-size-8192",
150+
"alloc",
151+
"async",
152+
"medium-ethernet",
153+
"proto-ipv4",
154+
"proto-ipv6",
155+
# Enable IP fragmentation
156+
"proto-ipv4-fragmentation",
157+
"proto-ipv6-fragmentation",
158+
#
159+
# Assume a MTU size of 9000
160+
#"fragmentation-buffer-size-8192",
161+
#"reassembly-buffer-size-8192",
162162
]
163163

164164
[target.'cfg(target_arch = "x86_64")'.dependencies]
@@ -167,8 +167,8 @@ raw-cpuid = "11"
167167
uart_16550 = "0.4"
168168
x86_64 = "0.15"
169169
memory_addresses = { version = "0.2.3", default-features = false, features = [
170-
"x86_64",
171-
"conv-x86_64",
170+
"x86_64",
171+
"conv-x86_64",
172172
] }
173173

174174
[target.'cfg(target_arch = "aarch64")'.dependencies]
@@ -177,7 +177,7 @@ arm-gic = { version = "0.6" }
177177
hermit-dtb = { version = "0.1" }
178178
semihosting = { version = "0.1", optional = true }
179179
memory_addresses = { version = "0.2.3", default-features = false, features = [
180-
"aarch64",
180+
"aarch64",
181181
] }
182182

183183
[target.'cfg(target_arch = "riscv64")'.dependencies]
@@ -187,7 +187,7 @@ semihosting = { version = "0.1", optional = true }
187187
tock-registers = { version = "0.10", optional = true }
188188
trapframe = "0.10"
189189
memory_addresses = { version = "0.2.3", default-features = false, features = [
190-
"riscv64",
190+
"riscv64",
191191
] }
192192

193193
[dev-dependencies]
@@ -201,7 +201,7 @@ llvm-tools = "0.1"
201201

202202
[workspace]
203203
members = [
204-
"hermit-macro",
204+
"hermit-macro",
205205
"xtask",
206206
]
207207
exclude = [

0 commit comments

Comments
 (0)