neon_arch
commited on
Commit
โข
d2967a9
1
Parent(s):
42686b9
๐ ๏ธ style: make cargo.toml consistent
Browse files- Cargo.toml +1 -1
Cargo.toml
CHANGED
@@ -23,7 +23,7 @@ redis = {version="*"}
|
|
23 |
md5 = {version="*"}
|
24 |
rand={version="*"}
|
25 |
once_cell = {version="*"}
|
26 |
-
error-stack = "0.3.1"
|
27 |
|
28 |
[dev-dependencies]
|
29 |
rusty-hook = "^0.11.2"
|
|
|
23 |
md5 = {version="*"}
|
24 |
rand={version="*"}
|
25 |
once_cell = {version="*"}
|
26 |
+
error-stack = {version="0.3.1"}
|
27 |
|
28 |
[dev-dependencies]
|
29 |
rusty-hook = "^0.11.2"
|