Skip to content

Commit

Permalink
chore: use latest nimpng and nico
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ramos committed Dec 13, 2024
1 parent fd26f93 commit 5d85f57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions libp2p.nim
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ when defined(nimdoc):
## If you're new to nim-libp2p, you can find a tutorial `here<https://status-im.github.io/nim-libp2p/docs/tutorial_1_connect/>`_
## that can help you get started.

#test

# Import stuff for doc
import
libp2p/[
Expand Down
5 changes: 2 additions & 3 deletions libp2p.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,8 @@ task examples_build, "Build the samples":
buildSample("tutorial_3_protobuf", true)
buildSample("tutorial_4_gossipsub", true)
buildSample("tutorial_5_discovery", true)
exec "nimble install -y nimpng@#HEAD"
# this is to fix broken build on 1.7.3, remove it when nimpng version 0.3.2 or later is released
exec "nimble install -y nico@#af99dd60bf2b395038ece815ea1012330a80d6e6 --passNim=--skipParentCfg"
exec "nimble install -y nimpng"
exec "nimble install -y nico --passNim=--skipParentCfg"
buildSample("tutorial_6_game", false, "--styleCheck:off")

# pin system
Expand Down

0 comments on commit 5d85f57

Please sign in to comment.