Skip to content

Commit 61a6148

Browse files
committed
v0.4.0
1 parent d194e0c commit 61a6148

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.3.3"
2+
version = "0.4.0"
33
edition = "2021"
44
authors = ["Fiberplane <[email protected]>", "Evan Schwartz <[email protected]>"]
55
description = "Easily add metrics to your system -- and actually understand them using automatically customized Prometheus queries"
@@ -19,3 +19,6 @@ members = [
1919
"examples/*"
2020
]
2121
exclude = ["examples/data", "examples/target"]
22+
23+
[workspace.dependencies]
24+
autometrics-macros = { version = "0.4.0", path = "autometrics-macros" }

autometrics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ custom-objective-percentile = []
2828
custom-objective-latency = []
2929

3030
[dependencies]
31-
autometrics-macros = { version = "0.3.0", path = "../autometrics-macros" }
31+
autometrics-macros = { workspace = true }
3232

3333
# Used for opentelemetry feature
3434
opentelemetry_api = { version = "0.18", default-features = false, features = ["metrics"], optional = true }

0 commit comments

Comments
 (0)