Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Umio-Yasuno committed Jul 17, 2024
1 parent a182753 commit a0ca331
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 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.5"
version = "0.9.0"
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.5"
version = "0.9.0"
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.5" }
libamdgpu_top = { path = "crates/libamdgpu_top", version = "0.9.0" }

[dependencies]
libamdgpu_top = { workspace = true }
amdgpu_top_tui = { path = "crates/amdgpu_top_tui/", version = "0.8.5", optional = true }
amdgpu_top_gui = { path = "crates/amdgpu_top_gui/", version = "0.8.5", optional = true }
amdgpu_top_json = { path = "crates/amdgpu_top_json/", version = "0.8.5", optional = true }
amdgpu_top_tui = { path = "crates/amdgpu_top_tui/", version = "0.9.0", optional = true }
amdgpu_top_gui = { path = "crates/amdgpu_top_gui/", version = "0.9.0", optional = true }
amdgpu_top_json = { path = "crates/amdgpu_top_json/", version = "0.9.0", 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.5"
version = "0.9.0"
edition.workspace = true
repository.workspace = true
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/libamdgpu_top/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ authors.workspace = true

[dependencies]
anyhow = { version = "1.0.*" }
libdrm_amdgpu_sys = { version = "0.7.3", git = "https://github.com/Umio-Yasuno/libdrm-amdgpu-sys-rs" }
libdrm_amdgpu_sys = { version = "0.7.4", git = "https://github.com/Umio-Yasuno/libdrm-amdgpu-sys-rs" }

0 comments on commit a0ca331

Please sign in to comment.