Skip to content

Commit

Permalink
Bump version to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TheElectronWill committed Jul 15, 2024
1 parent 72f86eb commit c6f3628
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion alumet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alumet"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
description = "Core of ALUMET, which includes an async measurement pipeline for use in applications, a plugin API, and an automatically generated C header for dynamic plugins."

Expand Down
2 changes: 1 addition & 1 deletion app-agent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "app-agent"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
description = "Metric collector agent to install on each node."

Expand Down
2 changes: 1 addition & 1 deletion app-relay-collector/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "app-relay-collector"
version = "0.4.0"
version = "0.5.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion plugin-oar2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
alumet = { version = "0.4.1", path = "../alumet" }
alumet = { path = "../alumet" }
anyhow = "1.0.86"
notify = { version = "6.1.1", default-features = false, features = ["macos_fsevent"] }
serde = { version = "1.0.202", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion plugin-rapl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plugin-rapl"
version = "0.3.0"
version = "0.3.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit c6f3628

Please sign in to comment.