From f54ea6410a80c851961179c27f27b6fdcb10769c Mon Sep 17 00:00:00 2001 From: Rishabh Bector Date: Tue, 29 Jun 2021 11:40:19 -0500 Subject: [PATCH] TUN-4645: Release cloudflare-rs with tunnel metadata fields (#156) Co-authored-by: Rishabh Bector --- cloudflare/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudflare/Cargo.toml b/cloudflare/Cargo.toml index e02c73b8..d52cf0a5 100644 --- a/cloudflare/Cargo.toml +++ b/cloudflare/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cloudflare" -version = "0.8.4" +version = "0.8.5" authors = ["Areg Harutyunyan "] edition = "2018" description = "Rust library for the Cloudflare v4 API"