Skip to content

Commit f655859

Browse files
committed
tweaks
1 parent 49e7515 commit f655859

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ stages:
6666
- test
6767
- format
6868
- name: deploy
69-
if: branch = master
69+
if: branch = main

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
Protobuf middleware and friends for [tower-web](https://github.com/carllerche/tower-web).
44

5-
[![Build Status](https://travis-ci.com/rrbutani/tower-web-protobuf.svg?branch=master)](https://travis-ci.com/rrbutani/tower-web-protobuf)
5+
[![Build Status](https://travis-ci.com/rrbutani/tower-web-protobuf.svg?branch=main)](https://travis-ci.com/rrbutani/tower-web-protobuf)
66
[![Docs](https://img.shields.io/badge/docs-v0.1.0-blue.svg)](https://rrbutani.github.io/tower-web-protobuf/tower-web-protobuf/)
7-
[![Coverage Status](https://coveralls.io/repos/github/rrbutani/tower-web-protobuf/badge.svg?branch=master)](https://coveralls.io/github/rrbutani/tower-web-protobuf?branch=master)
7+
[![Coverage Status](https://coveralls.io/repos/github/rrbutani/tower-web-protobuf/badge.svg?branch=main)](https://coveralls.io/github/rrbutani/tower-web-protobuf?branch=main)
88
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
99

1010
## [A Quick Example](examples/identity.rs)
@@ -100,4 +100,4 @@ Finally, wrap your message types with `Proto` (or use the `In` and `Out` type al
100100
Error handling isn't great and logging for serialization/deserialization errors isn't quite there yet either. As is probably obvious, if you're planning to use this for important things expect trouble.
101101

102102
<todo: replace docs with docs.rs link, add license from crates.io, add crates.io link)>
103-
<todo: link all structs to the official docs.rs doc pages>
103+
<todo: link all structs to the official docs.rs doc pages>

0 commit comments

Comments
 (0)