Skip to content

Commit

Permalink
v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Umio-Yasuno committed Sep 13, 2024
1 parent 2e6f101 commit aa0eb0f
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
48 changes: 24 additions & 24 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "amdgpu_top"
version = "0.9.1"
version = "0.9.2"
edition = "2021"
license = "MIT"
repository = "https://github.com/Umio-Yasuno/amdgpu_top"
Expand Down Expand Up @@ -38,19 +38,19 @@ members = [
]

[workspace.package]
version = "0.9.1"
version = "0.9.2"
edition = "2021"
authors = ["Umio Yasuno <coelacanth_dream@protonmail.com>"]
repository = "https://github.com/Umio-Yasuno/amdgpu_top"

[workspace.dependencies]
libamdgpu_top = { path = "crates/libamdgpu_top", version = "0.9.1" }
libamdgpu_top = { path = "crates/libamdgpu_top", version = "0.9.2" }

[dependencies]
libamdgpu_top = { workspace = true }
amdgpu_top_tui = { path = "crates/amdgpu_top_tui/", version = "0.9.1", optional = true }
amdgpu_top_gui = { path = "crates/amdgpu_top_gui/", version = "0.9.1", optional = true }
amdgpu_top_json = { path = "crates/amdgpu_top_json/", version = "0.9.1", optional = true }
amdgpu_top_tui = { path = "crates/amdgpu_top_tui/", version = "0.9.2", optional = true }
amdgpu_top_gui = { path = "crates/amdgpu_top_gui/", version = "0.9.2", optional = true }
amdgpu_top_json = { path = "crates/amdgpu_top_json/", version = "0.9.2", optional = true }
libc = { version = "0.2.*", optional = true }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/amdgpu_top_gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "GUI Library for amdgpu_top"
# version.workspace = true
# Workaround for cargo-i18n
# https://github.com/kellpossible/cargo-i18n/issues/97
version = "0.9.1"
version = "0.9.2"
edition.workspace = true
repository.workspace = true
authors.workspace = true
Expand Down

0 comments on commit aa0eb0f

Please sign in to comment.