Files
mycelium/myceliumd
dependabot[bot] cb06a8ec83 Bump the myceliumd group across 1 directory with 4 updates
Bumps the myceliumd group with 4 updates in the /myceliumd directory: [clap](https://github.com/clap-rs/clap), [reqwest](https://github.com/seanmonstar/reqwest), [config](https://github.com/rust-cli/config-rs) and [toml](https://github.com/toml-rs/toml).


Updates `clap` from 4.5.48 to 4.5.49
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.48...clap_complete-v4.5.49)

Updates `reqwest` from 0.12.23 to 0.12.24
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.23...v0.12.24)

Updates `config` from 0.15.17 to 0.15.18
- [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-cli/config-rs/compare/v0.15.17...v0.15.18)

Updates `toml` from 0.9.7 to 0.9.8
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.9.7...toml-v0.9.8)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.49
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: myceliumd
- dependency-name: reqwest
  dependency-version: 0.12.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: myceliumd
- dependency-name: config
  dependency-version: 0.15.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: myceliumd
- dependency-name: toml
  dependency-version: 0.9.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: myceliumd
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-15 10:13:08 +02:00
..
2025-09-26 13:03:59 +02:00
2024-05-28 13:21:44 +02:00

Myceliumd

This is the main binary to use for joining a/the public [mycelium] network. You can either get the latest release from the GitHub release page, or build the code yourself here. While we intend to keep the master branch as stable, i.e. a build from latest master should succeed, this is not a hard guarantee. Additionally, the master branch might not be compatible with the latest release, in case of a breaking change.

Building, with the rust toolchain installed, can be done by running cargo build in this directory. For compatibility reasons, the binary is renamed to mycelium. Optionally, the --release flag can be used when building. This is recommended if you are not just developing.

For more information about the project, please refer to the README file in the repository root.