Skip to content

Commit

Permalink
bumped crate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-devv committed Apr 2, 2024
1 parent a98fc51 commit 3bc243f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/memonitor-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "memonitor-sys"
description = "Automatically generated bindings for some of memonitor's backends."
version = "0.2.1"
version = "0.2.2"
authors = ["Pedro Valente <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/edgenai/memonitor"
Expand Down
4 changes: 2 additions & 2 deletions crates/memonitor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "memonitor"
description = "Query CPU and GPU memory information in a portable way."
version = "0.2.1"
version = "0.2.2"
authors = ["Pedro Valente <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/edgenai/memonitor"
Expand All @@ -10,7 +10,7 @@ edition = "2021"
publish = true

[dependencies]
memonitor-sys = { path = "../memonitor-sys", version = "0.2.1", default-features = false }
memonitor-sys = { path = "../memonitor-sys", version = "0.2.2", default-features = false }
once_cell = "1.19.0"
sysinfo = "0.30.7"
tracing = "0.1.40"
Expand Down

0 comments on commit 3bc243f

Please sign in to comment.