From 4cc07baeac8c5f0bac1f3510bffe8ee90f105c3a Mon Sep 17 00:00:00 2001 From: Michael Pfaff Date: Fri, 21 May 2021 11:04:34 -0400 Subject: [PATCH] Update nrid --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7b8f7f4..625797e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }