Skip to content

Commit

Permalink
chore: update README, delete CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Apr 25, 2024
1 parent a37ca93 commit fa3bf7c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 87 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -7,7 +7,7 @@ on:
- 'README.md'

push:
branches: ['main']
branches: ['master']
paths-ignore:
- '.github/**'
- 'README.md'
Expand Down
81 changes: 0 additions & 81 deletions CHANGELOG.md

This file was deleted.

6 changes: 1 addition & 5 deletions README.md
Expand Up @@ -3,18 +3,14 @@
[![CI Status](https://github.com/walletconnect/a2/actions/workflows/ci.yml/badge.svg)](https://github.com/walletconnect/a2/actions/workflows/ci.yml)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![crates.io](https://img.shields.io/crates/v/a2)](https://crates.io/crates/a2)
[![docs.rs](https://img.shields.io/badge/docs.rs-a2-blue)](https://docs.rs/a2/)

HTTP/2 Apple Push Notification Service for Rust using Tokio and async sending.

## Requirements

Needs a Tokio executor version 1.0 or later and Rust compiler version 1.60.0 or later.

## Documentation

* [Released](https://docs.rs/a2/)
* [Master](https://walletconnect.github.io/a2/master/)

## Features

* Fast asynchronous sending, based on [h2](https://github.com/carllerche/h2) and
Expand Down

0 comments on commit fa3bf7c

Please sign in to comment.