diff --git a/Cargo.toml b/Cargo.toml index dbd700d6..b01e3a4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,8 +34,7 @@ members = [ "rustls", "shutdown-server", "server-sent-events", -# Depency clang outdate bindgen@0.48 -# "simple-auth-server", + "simple-auth-server", "state", "static_index", "template_askama", diff --git a/simple-auth-server/Cargo.toml b/simple-auth-server/Cargo.toml index 5cc38aa2..240ae958 100644 --- a/simple-auth-server/Cargo.toml +++ b/simple-auth-server/Cargo.toml @@ -9,7 +9,8 @@ workspace = ".." actix-identity = "0.2.0" actix-web = "2.0.0" actix-rt = "1.0.0" -argonautica = "0.2.0" +# FIXME: Specify the commit hash to use bindgen v0.50. +argonautica = { git = "https://github.com/bcmyers/argonautica", rev = "67fc8d8d7d67696cd8ca7a59b92531f06b089212" } chrono = { version = "0.4.6", features = ["serde"] } derive_more = "0.99.0" diesel = { version = "1.4.2", features = ["postgres", "uuidv07", "r2d2", "chrono"] }