Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isbm committed Oct 30, 2024
1 parent d42e572 commit 4244121
Show file tree
Hide file tree
Showing 11 changed files with 65 additions and 68 deletions.
106 changes: 53 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sysinspect"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -15,10 +15,7 @@ sysinfo = { version = "0.31.4", features = ["linux-tmpfs"] }

[workspace]
resolver = "2"
members = [
"modules/sys/*",
"libsysinspect",
]
members = ["modules/sys/*", "libsysinspect"]

[profile.release]
strip = true
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project = "Sysinspect"
copyright = "2024, Bo Maryniuk"
author = "Bo Maryniuk"
version = "0.1.0"
version = "0.2.0"
release = "Alpha"

extensions = [
Expand All @@ -18,5 +18,5 @@
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]

html_show_sourcelink = False
#html_static_path = ["_static"]
# html_static_path = ["_static"]
html_theme = "sphinx_rtd_theme"
2 changes: 1 addition & 1 deletion libsysinspect/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libsysinspect"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion modules/sys/net/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "net"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion modules/sys/net/src/mod_doc.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "sys.net"
version: "0.1.0"
version: "0.2.0"
author: "Bo Maryniuk"
description: |
Plugin to review the network details
Expand Down
2 changes: 1 addition & 1 deletion modules/sys/proc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proc"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[dependencies]
Expand Down
Loading

0 comments on commit 4244121

Please sign in to comment.