Skip to content

Commit

Permalink
Merge pull request #159 from infina15/feature/bump_v8find@0.3.0
Browse files Browse the repository at this point in the history
Вылечена ошибка лямбд
  • Loading branch information
EvilBeaver authored Feb 28, 2024
2 parents f7821d1 + 76c1907 commit 4c686b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packagedef
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

Описание.Имя("v8runner")
.Версия("1.9.0")
.Версия("1.9.1")
.ВерсияСреды("1.0.19")
.ЗависитОт("asserts", "1.3.0")
.ЗависитОт("fs", "1.0.0")
.ЗависитОт("logos", "1.3.0")
.ЗависитОт("tempfiles", "1.0.0")
.ЗависитОт("strings", "0.4.1")
.ЗависитОт("v8find", "0.2.0")
.ЗависитОт("v8find", "0.3.0")
.ЗависитОт("1commands", "1.5.0")
.ВключитьФайл("src")
.ВключитьФайл("tests")
Expand Down

0 comments on commit 4c686b7

Please sign in to comment.