Skip to content

Commit

Permalink
v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Umio-Yasuno committed May 16, 2024
1 parent 6b6d548 commit 568697e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 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.8.2"
version = "0.8.3"
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.8.2"
version = "0.8.3"
edition = "2021"
authors = ["Umio Yasuno <[email protected]>"]
repository = "https://github.com/Umio-Yasuno/amdgpu_top"

[workspace.dependencies]
libamdgpu_top = { path = "crates/libamdgpu_top", version = "0.8.2" }
libamdgpu_top = { path = "crates/libamdgpu_top", version = "0.8.3" }

[dependencies]
libamdgpu_top = { workspace = true }
amdgpu_top_tui = { path = "crates/amdgpu_top_tui/", version = "0.8.2", optional = true }
amdgpu_top_gui = { path = "crates/amdgpu_top_gui/", version = "0.8.2", optional = true }
amdgpu_top_json = { path = "crates/amdgpu_top_json/", version = "0.8.2", optional = true }
amdgpu_top_tui = { path = "crates/amdgpu_top_tui/", version = "0.8.3", optional = true }
amdgpu_top_gui = { path = "crates/amdgpu_top_gui/", version = "0.8.3", optional = true }
amdgpu_top_json = { path = "crates/amdgpu_top_json/", version = "0.8.3", 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.8.2"
version = "0.8.3"
edition.workspace = true
repository.workspace = true
authors.workspace = true
Expand Down

0 comments on commit 568697e

Please sign in to comment.