Skip to content

Commit 15008fb

Browse files
committed
Fix error_def version
In case it breaks in future versions
1 parent 7daf629 commit 15008fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["gnunet", "gns", "p2p"]
1313
unix_socket = ">= 0.5"
1414
rand = ">= 0.3"
1515
byteorder = ">= 0.5"
16-
error_def = ">= 0.3.10"
16+
error_def = "== 0.3.10"
1717
rust-crypto = ">= 0.2.36"
1818
num = ">= 0.1.24"
1919
regex = ">= 0.1.71"

0 commit comments

Comments
 (0)