Merge pull request 'No default features for tide' (#1) from no-default-features-tide into master

Reviewed-on: #1
This commit is contained in:
Michael Pfaff 2022-04-25 12:26:52 -04:00
commit c269c55cab
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
[package]
name = "tide_tracing"
version = "0.6.0"
version = "0.6.1"
authors = ["Michael Pfaff <michael@pfaff.dev>"]
edition = "2021"
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"