Skip to content

Commit

Permalink
fixing bearssl version in lockfile and in nimble file
Browse files Browse the repository at this point in the history
It seems lockfile was generated wrong or not updated,
broken in 76bff75

setting it to version used in nimbus build system based build

Signed-off-by: Csaba Kiraly <[email protected]>
  • Loading branch information
cskiraly committed Jun 2, 2023
1 parent 17e55d4 commit 18773e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libp2pdht.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ skipDirs = @["tests"]
# Dependencies
requires "nim >= 1.2.0",
"nimcrypto >= 0.5.4 & < 0.6.0",
"bearssl#head",
"bearssl#f4c4233de453cb7eac0ce3f3ffad6496295f83ab",
"chronicles >= 0.10.2 & < 0.11.0",
"chronos >= 3.0.11 & < 3.1.0",
"libp2p#unstable",
Expand Down

0 comments on commit 18773e0

Please sign in to comment.