From 0db36d48cc35050013059198141fff68feae9a92 Mon Sep 17 00:00:00 2001 From: Michael Pfaff Date: Mon, 25 Apr 2022 12:22:17 -0400 Subject: [PATCH 1/2] No default features for tide --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2cbae64..aeadff1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" [dependencies] nrid = { git = "https://git.pfaff.dev/michael/nrid.rs.git", tag = "v0.2.0", default-features = false } -tide = "0.16" +tide = { version = "0.16", default-features = false } tracing = "0.1" async-trait = "0.1" num_enum = "0.5" From 918577455ee5c4a622913293496c870fc23c844e Mon Sep 17 00:00:00 2001 From: Michael Pfaff Date: Mon, 25 Apr 2022 12:22:36 -0400 Subject: [PATCH 2/2] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aeadff1..5f72a5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tide_tracing" -version = "0.6.0" +version = "0.6.1" authors = ["Michael Pfaff "] edition = "2021" license = "MIT OR Apache-2.0"