Skip to content

Commit dab7ea7

Browse files
authored
chore: bump project version (#290)
1 parent f07880e commit dab7ea7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "newrelic_super_agent"
33
description = "New Relic Super Agent Limited Preview"
4-
version = "0.5.1"
4+
version = "0.5.2"
55
edition = "2021"
66
authors = ["The New Relic Core Agent & Open Standards (CAOS) Team"]
77
publish = false
@@ -19,7 +19,7 @@ tracing = "0.1.37"
1919
ctrlc = { version = "3.4.0", features = ["termination"] }
2020
serde_yaml = "0.9.25"
2121
regex = "1.9.3"
22-
opamp-client = { git = "ssh://[email protected]/newrelic/opamp-rs.git", tag = "0.0.7"}
22+
opamp-client = { git = "ssh://[email protected]/newrelic/opamp-rs.git", tag = "0.0.7" }
2323
futures = "0.3.28"
2424
async-trait = "0.1.71"
2525
tokio = "1.32.0"

0 commit comments

Comments
 (0)