Skip to content

Commit

Permalink
Bump the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Oct 15, 2023
1 parent 6baf20c commit 8aafd23
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- cpp
- cs
- interp
# - js
- js
- jvm
# - lua
- neko
Expand Down
2 changes: 1 addition & 1 deletion .haxerc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "4.3.1",
"version": "4.3.2",
"resolveLibs": "scoped"
}
12 changes: 6 additions & 6 deletions haxe_libraries/hxnodejs.hxml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @install: lix --silent download "haxelib:/hxnodejs#12.1.0" into hxnodejs/12.1.0/haxelib
-cp ${HAXE_LIBCACHE}/hxnodejs/12.1.0/haxelib/src
# @install: lix --silent download "gh://github.com/HaxeFoundation/hxnodejs#504066dc1ba5ad543afa5f6c3ea019f06136a82b" into hxnodejs/12.1.0/github/504066dc1ba5ad543afa5f6c3ea019f06136a82b
-cp ${HAXE_LIBCACHE}/hxnodejs/12.1.0/github/504066dc1ba5ad543afa5f6c3ea019f06136a82b/src
-D hxnodejs=12.1.0
--macro allowPackage('sys')
# should behave like other target defines and not be defined in macro context
--macro define('nodejs')
--macro _internal.SuppressDeprecated.run()
--macro allowPackage('sys')
# should behave like other target defines and not be defined in macro context
--macro define('nodejs')
--macro _internal.SuppressDeprecated.run()
5 changes: 3 additions & 2 deletions haxe_libraries/tink_pure.hxml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# @install: lix --silent download "gh://github.com/haxetink/tink_pure#90eea7bef17c6e26bd5d8cc9ac81e191226d0f8c" into tink_pure/0.6.0/github/90eea7bef17c6e26bd5d8cc9ac81e191226d0f8c
-lib tink_core
-lib tink_slice
-cp src
-D tink_pure=0.5.2
-cp ${HAXE_LIBCACHE}/tink_pure/0.6.0/github/90eea7bef17c6e26bd5d8cc9ac81e191226d0f8c/src
-D tink_pure=0.6.0
4 changes: 2 additions & 2 deletions haxe_libraries/tink_unittest.hxml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @install: lix --silent download "gh://github.com/haxetink/tink_unittest#28ed02beb6986bfff15073c5a9b000dc3f3fcc11" into tink_unittest/0.8.0/github/28ed02beb6986bfff15073c5a9b000dc3f3fcc11
# @install: lix --silent download "haxelib:/tink_unittest#0.8.0" into tink_unittest/0.8.0/haxelib
-lib tink_syntaxhub
-lib tink_testrunner
-cp ${HAXE_LIBCACHE}/tink_unittest/0.8.0/github/28ed02beb6986bfff15073c5a9b000dc3f3fcc11/src
-cp ${HAXE_LIBCACHE}/tink_unittest/0.8.0/haxelib/src
-D tink_unittest=0.8.0
--macro tink.unit.AssertionBufferInjector.use()

0 comments on commit 8aafd23

Please sign in to comment.