Skip to content

Commit 755871a

Browse files
prepare release 0.18.0 (#759)
1 parent 9d5909f commit 755871a

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.

super-agent/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.17.0"
4+
version = "0.18.0"
55
edition = "2021"
66
authors = ["The New Relic Core Agent & Open Standards (CAOS) Team"]
77
publish = false
@@ -23,7 +23,7 @@ opamp-client = { git = "ssh://[email protected]/newrelic/opamp-rs.git", tag = "0.0.
2323
futures = { version = "0.3.30", optional = true }
2424
async-trait = { version = "0.1.80", optional = true }
2525
tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros", "sync"] }
26-
console-subscriber = {version = "0.3.0", optional = true }
26+
console-subscriber = { version = "0.3.0", optional = true }
2727
uuid = { version = "1.8.0", features = ["serde", "v7"] }
2828
duration-str = "0.7.1"
2929
konst = { workspace = true }

0 commit comments

Comments
 (0)