Skip to content

Commit bd2aa21

Browse files
committed
fix(ci): update workflow to use v1_public_insecure feature name
The v1_public feature was renamed to v1_public_insecure in a previous commit but the CI workflow was not updated to reflect this change.
1 parent 64882e0 commit bd2aa21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
matrix:
4343
feature:
4444
- v1_local
45-
- v1_public
45+
- v1_public_insecure
4646
- v2_local
4747
- v2_public
4848
- v3_local
@@ -67,7 +67,7 @@ jobs:
6767
matrix:
6868
feature:
6969
- v1_local
70-
- v1_public
70+
- v1_public_insecure
7171
- v2_local
7272
- v2_public
7373
- v3_local

0 commit comments

Comments
 (0)