Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Umio-Yasuno committed Aug 14, 2024
1 parent 77489d2 commit 3f7d69b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 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.0"
version = "0.9.1"
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.0"
version = "0.9.1"
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.0" }
libamdgpu_top = { path = "crates/libamdgpu_top", version = "0.9.1" }

[dependencies]
libamdgpu_top = { workspace = 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 }
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 }
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.0"
version = "0.9.1"
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.4", git = "https://github.com/Umio-Yasuno/libdrm-amdgpu-sys-rs" }
libdrm_amdgpu_sys = { version = "0.7.5", git = "https://github.com/Umio-Yasuno/libdrm-amdgpu-sys-rs" }

0 comments on commit 3f7d69b

Please sign in to comment.