Skip to content

Commit

Permalink
chore(deps): Bump c-toxcore from 5ab42d4 to 01932ea
Browse files Browse the repository at this point in the history
Bumps [c-toxcore](https://github.com/TokTok/c-toxcore) from `5ab42d4` to `01932ea`.
- [Release notes](https://github.com/TokTok/c-toxcore/releases)
- [Commits](TokTok/c-toxcore@5ab42d4...01932ea)

---
updated-dependencies:
- dependency-name: c-toxcore
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 30, 2025
1 parent 1d7993b commit 888ddd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c-toxcore
Submodule c-toxcore updated 51 files
+1 −0 .circleci/config.yml
+0 −65 .github/scripts/cmake-android
+0 −11 .github/workflows/ci.yml
+341 −0 .github/workflows/deploy.yml
+1 −1 .github/workflows/docker.yml
+6 −0 BUILD.bazel
+9 −3 CMakeLists.txt
+3 −0 cmake/StrictAbi.cmake
+2 −0 other/DHT_bootstrap.c
+2 −0 other/bootstrap_daemon/src/tox-bootstrapd.c
+101 −0 other/deploy/android.sh
+5 −0 other/deploy/apple/.gitignore
+28 −0 other/deploy/apple/Info.plist
+1 −0 other/deploy/apple/LICENSE
+29 −0 other/deploy/apple/download-nightly.sh
+71 −0 other/deploy/apple/make-framework.sh
+24 −0 other/deploy/apple/toxcore.podspec
+30 −0 other/deploy/deps.sh
+57 −0 other/deploy/ios.sh
+28 −0 other/deploy/linux.sh
+33 −0 other/deploy/macos.sh
+18 −18 other/docker/modules/check
+2 −0 other/docker/modules/dockerignore
+2 −3 other/docker/modules/modules.Dockerfile
+25 −0 other/docker/modules/modules.Dockerfile.dockerignore
+2 −5 other/docker/modules/run
+1 −0 other/docker/pkgsrc/dockerignore
+6 −3 other/docker/pkgsrc/pkgsrc.Dockerfile
+1 −0 other/docker/pkgsrc/pkgsrc.Dockerfile.dockerignore
+31 −0 other/docker/pkgsrc/pkgsrc.patch
+3 −0 other/docker/wasm/run
+135 −0 other/docker/wasm/wasm.Dockerfile
+23 −0 other/docker/wasm/wasm.Dockerfile.dockerignore
+0 −85 other/emscripten/Dockerfile
+0 −3 other/emscripten/build
+25 −0 toxcore/BUILD.bazel
+5 −1 toxcore/DHT.c
+86 −81 toxcore/Makefile.inc
+1 −1 toxcore/net_profile.c
+1 −1 toxcore/net_profile.h
+2 −0 toxcore/tox.c
+2 −469 toxcore/tox.h
+2 −299 toxcore/tox_api.c
+27 −0 toxcore/tox_log_level.c
+58 −0 toxcore/tox_log_level.h
+285 −0 toxcore/tox_options.c
+455 −0 toxcore/tox_options.h
+1 −2 toxcore/tox_private.c
+1 −0 toxcore/tox_private.h
+1 −1 toxcore/tox_struct.h
+2 −0 toxcore/tox_test.cc

0 comments on commit 888ddd2

Please sign in to comment.