From e1c48af74aef63d14d850597f739d56db268d853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leo=20Bl=C3=B6cher?= Date: Mon, 13 Jul 2026 10:36:00 +0100 Subject: [PATCH] chore: Release cf-rustracing version 1.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6151101..bc9c310 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cf-rustracing" -version = "1.3.0" +version = "1.4.0" authors = ["Takeru Ohta ", "Cloudflare Inc."] description = "OpenTracing API for Rust" homepage = "https://github.com/cloudflare/rustracing"