Skip to content

Commit 375a9e4

Browse files
committed
chore(port_std): reformat [dependencies]
1 parent 3101684 commit 375a9e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/r3_port_std/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ repository = "https://github.com/yvt/r3"
1111
[dependencies]
1212
r3 = { version = "0.1.1", path = "../r3" }
1313

14-
atomic_ref = "0.2.0"
15-
env_logger = "0.8.4"
16-
once_cell = "1.4.0"
17-
try-mutex = "0.3.0"
18-
log = "0.4.8"
14+
atomic_ref = { version = "0.2.0" }
15+
env_logger = { version = "0.8.4" }
16+
once_cell = { version = "1.4.0" }
17+
try-mutex = { version = "0.3.0" }
18+
log = { version = "0.4.8" }
1919

2020
[dev-dependencies.r3_test_suite]
2121
path = "../r3_test_suite"

0 commit comments

Comments
 (0)