Compare commits

..

No commits in common. "20ca75a3769fe62e40054bf7c886af1a6432885c" and "86d3cefb00a30d2e5a533ad6c78afcdaa8820d5a" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

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