Use fixed commit hash for uzers-rs.

This commit is contained in:
Antoine POPINEAU 2024-01-02 12:50:50 +01:00 committed by Antoine POPINEAU
parent 9712edfc35
commit 33b31cd393
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1460,7 +1460,7 @@ checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
[[package]]
name = "uzers"
version = "0.11.3"
source = "git+https://github.com/rustadopt/uzers-rs?branch=main#9e5460cc69ba1b6146abdc4fc6254d4c61c7c4bb"
source = "git+https://github.com/rustadopt/uzers-rs#aa6f0f8665fff188ddceb758078dc3a1e0c238a4"
dependencies = [
"libc",
"log",

View File

@ -40,7 +40,7 @@ tokio = { version = "^1.2", default-features = false, features = [
unic-langid = "^0.9"
zeroize = "^1.3"
# TODO: Change to published version when a new release is out.
uzers = { git = "https://github.com/rustadopt/uzers-rs", branch = "main" }
uzers = { git = "https://github.com/rustadopt/uzers-rs", commit = "aa6f0f8665fff188ddceb758078dc3a1e0c238a4" }
[profile.release]
lto = true