Skip to content

Commit

Permalink
[backport:1.2] update the nimble commit hash to the latest one (#16971)
Browse files Browse the repository at this point in the history
  • Loading branch information
narimiran authored Feb 9, 2021
1 parent 9edf719 commit 0d34345
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion koch.nim
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#

const
NimbleStableCommit = "8f7af860c5ce9634af880a7081c6435e1f2a5148" # master
NimbleStableCommit = "324de9202fb3db82b266e7350731d1ec41013a2b" # master
FusionStableCommit = "372ee4313827ef9f2ea388840f7d6b46c2b1b014"

when not defined(windows):
Expand Down
6 changes: 3 additions & 3 deletions testament/important_packages.nim
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ pkg1 "c2nim", "nim c testsuite/tester.nim"
pkg1 "cascade"
pkg1 "cello"
pkg1 "chroma"
pkg1 "chronicles", "nim c -o:chr -r chronicles.nim"
when not defined(osx): # testdatagram.nim(560, 54): Check failed
pkg1 "chronos", "nim c -r -d:release tests/testall"
# pkg1 "chronicles", "nim c -o:chr -r chronicles.nim"
# when not defined(osx): # testdatagram.nim(560, 54): Check failed
# pkg1 "chronos", "nim c -r -d:release tests/testall"
pkg1 "cligen", "nim c --path:. -r cligen.nim"
pkg1 "combparser", "nimble test --gc:orc"
pkg1 "compactdict"
Expand Down

0 comments on commit 0d34345

Please sign in to comment.