Skip to content

Commit

Permalink
chore: move a2 under mozilla-services (#245)
Browse files Browse the repository at this point in the history
* chore: move a2 under mozilla-services

There has been no action on reown-com/a2#49 since
Aug 12 2020. Using a moz controlled branch for now.

Closes #236
  • Loading branch information
jrconlin authored Dec 15, 2020
1 parent 9bc9fef commit 1300a4d
Show file tree
Hide file tree
Showing 4 changed files with 466 additions and 369 deletions.
8 changes: 1 addition & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,10 @@ jobs:
cargo install cargo-audit
# pending https://github.com/bodil/sized-chunks/issues/11
- run:
# ignoring RUSTSEC-2020-0049 => requires non-standard release (actix-codec 0.3.0-beta.1)
# ignoring RUSTSEC-2020-0048 => requires non-standard release (actix-http 2.0.0-alpha.1)
# ignoring RUSTSEC-2020-0041 => no upgrade available for im 14.2.0 (sentry 0.18.1)
# ignoring RUSTSEC-2020-0071 => dependent chain update required (actix-cors > 0.5.2)
command: |
cargo audit \
--ignore RUSTSEC-2020-0041 \
--ignore RUSTSEC-2020-0048 \
--ignore RUSTSEC-2020-0049 \
--ignore RUSTSEC-2020-0071
--ignore RUSTSEC-2020-0041
test:
docker:
Expand Down
Loading

0 comments on commit 1300a4d

Please sign in to comment.