1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-07-30 15:06:40 +02:00

Remove --cfg uuid_unstable requirement for uuid_v7 feature (#123)

This commit is contained in:
Sanchith Hegde
2024-03-10 22:29:48 +05:30
committed by GitHub
parent c173c386de
commit 89363c538d
4 changed files with 1 additions and 15 deletions

View File

@@ -82,9 +82,6 @@ jobs:
test_uuid_v7:
name: Test
runs-on: ubuntu-latest
env:
RUSTFLAGS: "--cfg uuid_unstable"
RUSTDOCFLAGS: "--cfg uuid_unstable"
steps:
- uses: actions/checkout@v2
- name: Cache dependencies