Compare commits

...

4 Commits

Author SHA1 Message Date
Michael Pfaff 20ca75a376
Bump version 2022-05-30 13:38:24 -04:00
Michael Pfaff f14bd9d4c2
Update nrid dependency 2022-05-30 13:38:03 -04:00
Michael Pfaff 86d3cefb00
Fix tide 0.17 version restriction 2022-05-03 12:03:34 -04:00
Michael Pfaff 4846d22dec
Support tide 0.17 2022-05-03 11:58:15 -04:00
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
[package]
name = "tide_tracing"
version = "0.6.3"
version = "0.6.4"
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 = { version = "0.16", default-features = false }
nrid = { git = "https://git.pfaff.dev/michael/nrid.rs.git", tag = "v0.3.0", default-features = false }
tide = { version = ">=0.16, <=0.17.0-beta.1", default-features = false }
tracing = "0.1"
async-trait = "0.1"
num_enum = "0.5"