Skip to content

Commit 973fea8

Browse files
committed
v0.4.1
1 parent 86d228c commit 973fea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.4.0"
2+
version = "0.4.1"
33
edition = "2021"
44
authors = ["Fiberplane <[email protected]>", "Evan Schwartz <[email protected]>"]
55
description = " Easily add metrics to your code that actually help you spot and debug issues in production. Built on Prometheus and OpenTelemetry."
@@ -21,4 +21,4 @@ members = [
2121
exclude = ["examples/data", "examples/target"]
2222

2323
[workspace.dependencies]
24-
autometrics-macros = { version = "0.4.0", path = "autometrics-macros" }
24+
autometrics-macros = { version = "0.4.1", path = "autometrics-macros" }

0 commit comments

Comments
 (0)