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" }