Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Umio-Yasuno committed Nov 28, 2024
1 parent e3d0984 commit 12dd96a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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.9.2"
version = "0.10.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.9.2"
version = "0.10.0"
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.2" }
libamdgpu_top = { path = "crates/libamdgpu_top", version = "0.10.0" }

[dependencies]
libamdgpu_top = { workspace = 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 }
amdgpu_top_tui = { path = "crates/amdgpu_top_tui/", version = "0.10.0", optional = true }
amdgpu_top_gui = { path = "crates/amdgpu_top_gui/", version = "0.10.0", optional = true }
amdgpu_top_json = { path = "crates/amdgpu_top_json/", version = "0.10.0", optional = true }
libc = { version = "0.2.*", optional = true }

[build-dependencies]
Expand Down

0 comments on commit 12dd96a

Please sign in to comment.