Skip to content

Commit d4baa25

Browse files
authored
docs: add comprehensive contributing guide for DaemonEye (#160)
Update documentation for #155 Add a complete contributing guide covering setup, development environment, code standards, testing requirements, PR process, and community guidelines. This guide provides contributors with detailed instructions on Rust coding standards, GPG commit signing, workspace configuration, documentation practices, and the complete development workflow for DaemonEye. _Generated by [Dosu](https://dosu.dev)_ Co-authored-by: dosubot[bot] <131922026+dosubot[bot]@users.noreply.github.com>
1 parent 4adb1e2 commit d4baa25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ tokio = { version = "1.0", features = ["full"] }
9696
clap = { version = "4.6.0", features = ["derive", "completion"] }
9797
serde = { version = "1.0", features = ["derive"] }
9898
sqlx = { version = "0.7", features = ["runtime-tokio-rustls", "sqlite"] }
99-
sysinfo = "0.30"
99+
sysinfo = "0.38.4"
100100
tracing = "0.1"
101101
thiserror = "1.0"
102102
anyhow = "1.0"

0 commit comments

Comments
 (0)