Skip to content

Commit

Permalink
feat: update mesa
Browse files Browse the repository at this point in the history
feat: power management commands now accept a new argument 'output' to change the output format
refactor: clean code
refactor: integration with PCS
feat: add pcs utils
feat: power management operations report
feat: set kernel parameters command asks user for confirmation
  • Loading branch information
Manuel Sopena Ballesteros committed Aug 25, 2024
1 parent 51adabd commit 7a8cf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish = false # cargo
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
# mesa = "0.40.13"
# mesa = "0.40.15"
mesa = { path = "../mesa" } # Only for development purposes
strum = "0.25.0"
strum_macros = "0.25"
Expand Down

0 comments on commit 7a8cf8a

Please sign in to comment.