Skip to content

Commit 2f7837d

Browse files
committed
Fix toml syntax for spin dependency
1 parent 658e58c commit 2f7837d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ default = ["use_spin"]
1616
use_spin = ["spin"]
1717

1818
[dependencies.spin]
19-
spin = "0.4.5"
19+
version = "0.4.5"
2020
optional = true

0 commit comments

Comments
 (0)