Update nrid

This commit is contained in:
Michael Pfaff 2021-05-21 11:04:34 -04:00
parent cd23ffc056
commit 4cc07baeac
Signed by: michael
GPG Key ID: E53B118B12B5C7F9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nrid = { git = "https://git.pfaff.dev/michael/nrid.rs.git" }
nrid = { git = "https://git.pfaff.dev/michael/nrid.rs.git", tag = "v0.1.1" }
tide = { version = "0.16" }
tracing = { version = "0.1" }
async-trait = { version = "0.1" }