diff --git a/Cargo.toml b/Cargo.toml index 7adffd1..3012d58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ description = "A tracing layer for shipping logs to Grafana Loki" authors = ["hrxi "] repository = "https://github.com/hrxi/tracing-loki" keywords = ["tracing", "loki"] -version = "0.2.4" +version = "0.2.5" license = "MIT/Apache-2.0" edition = "2021" diff --git a/loki-api/Cargo.toml b/loki-api/Cargo.toml index 02bea83..b696160 100644 --- a/loki-api/Cargo.toml +++ b/loki-api/Cargo.toml @@ -4,7 +4,7 @@ description = "Protobuf types used by the Grafana Loki HTTP API" authors = ["hrxi "] repository = "https://github.com/hrxi/tracing-loki" keywords = ["tracing", "loki"] -version = "0.1.1" +version = "0.1.2" license = "MIT/Apache-2.0" edition = "2021"