From bc817217685d537000553d4de1ce55a1097d0253 Mon Sep 17 00:00:00 2001 From: Ivan Akimov Date: Thu, 20 Jul 2023 14:11:21 -0500 Subject: [PATCH] wip --- .github/workflows/tests.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 86a6ae0..ae7e319 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: stable + toolchain: nightly override: true components: rustfmt, clippy - name: Set up cargo cache diff --git a/Cargo.toml b/Cargo.toml index 29f2f93..001dd53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ keywords = ["ids", "encode", "sqids"] [dependencies] derive_more = "0.99.17" -serde = "1.0.171" +serde = "1.0.173" serde_json = "1.0.103"