Skip to content

Commit 823dc27

Browse files
committed
tracing-loki 0.2.6, loki-api 0.1.3
1 parent ddc5bd3 commit 823dc27

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = "A tracing layer for shipping logs to Grafana Loki"
1010
authors = ["hrxi <[email protected]>"]
1111
repository = "https://github.com/hrxi/tracing-loki"
1212
keywords = ["tracing", "loki"]
13-
version = "0.2.5"
13+
version = "0.2.6"
1414
license = "MIT/Apache-2.0"
1515
edition = "2021"
1616

loki-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Protobuf types used by the Grafana Loki HTTP API"
44
authors = ["hrxi <[email protected]>"]
55
repository = "https://github.com/hrxi/tracing-loki"
66
keywords = ["tracing", "loki"]
7-
version = "0.1.2"
7+
version = "0.1.3"
88
license = "MIT/Apache-2.0"
99
edition = "2021"
1010

0 commit comments

Comments
 (0)