Fix docker build

This commit is contained in:
Jai A 2024-10-19 19:38:36 -07:00
parent 999dc640bc
commit b3fa2fa6d2
No known key found for this signature in database
GPG Key ID: 9A9F9B7250E9883C
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./apps/daedalus
working-directory: ./apps/daedalus_client
steps:
- name: Checkout
uses: actions/checkout@v2

View File

@ -26,6 +26,7 @@ pub struct SidedDataEntry {
pub server: String,
}
#[allow(deprecated)]
fn deserialize_date<'de, D>(deserializer: D) -> Result<DateTime<Utc>, D::Error>
where
D: Deserializer<'de>,