-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump nim-libp2p, nim-toml-serialization, nim-unicodedb, nim-un…
…ittest2, nim-websock, nim-zlib, & nimbus-build-system (#2065)
- Loading branch information
1 parent
1c4533a
commit dc25057
Showing
8 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
Submodule nim-libp2p
updated
from 41649f to b2eac7
Submodule nim-toml-serialization
updated
19 files
+4 −4 | .github/workflows/ci.yml | |
+1 −0 | .gitignore | |
+14 −11 | README.md | |
+0 −94 | nimble.lock | |
+2 −1 | tests/test_all.nim | |
+4 −0 | tests/test_compile_time.nim | |
+244 −10 | tests/test_decoder.nim | |
+50 −1 | tests/test_encoder.nim | |
+17 −11 | tests/test_features.nim | |
+47 −0 | tests/test_misc.nim | |
+5 −2 | tests/test_spec.nim | |
+6 −19 | toml_serialization.nim | |
+18 −34 | toml_serialization.nimble | |
+4 −4 | toml_serialization/lexer.nim | |
+7 −6 | toml_serialization/private/array_reader.nim | |
+59 −26 | toml_serialization/reader.nim | |
+34 −9 | toml_serialization/types.nim | |
+2 −2 | toml_serialization/value_ops.nim | |
+4 −3 | toml_serialization/writer.nim |
Submodule nim-unicodedb
updated
37 files
Submodule nim-unittest2
updated
9 files
+2 −2 | .github/workflows/ci.yml | |
+40 −6 | README.md | |
+43 −18 | config.nims | |
+1 −7 | nim.cfg | |
+2 −6 | tests/tunittest.nim | |
+0 −134 | tests/tunittestparallel.nim | |
+0 −2 | tests/tunittestparallel.nim.cfg | |
+723 −368 | unittest2.nim | |
+2 −3 | unittest2.nimble |
Submodule nim-websock
updated
8 files
+3 −2 | tests/extensions/testextflow.nim | |
+2 −2 | tests/helpers.nim | |
+1 −2 | tests/testframes.nim | |
+4 −3 | tests/testwebsockets.nim | |
+5 −4 | websock/session.nim | |
+8 −4 | websock/types.nim | |
+0 −37 | websock/utils.nim | |
+7 −8 | websock/websock.nim |
Submodule nim-zlib
updated
4 files
+3 −5 | .github/workflows/ci.yml | |
+0 −15 | nimble.lock | |
+12 −3 | zlib.nimble | |
+1 −1 | zlib/csources |
Submodule nimbus-build-system
updated
3 files
+4 −5 | makefiles/targets.mk | |
+127 −107 | scripts/build_nim.sh | |
+1 −1 | vendor/Nim |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters