Skip to content

Commit 527fb77

Browse files
committed
docs: update build badge and rust minimum version
1 parent d10c0d8 commit 527fb77

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Morbo, a CSP Reporter
22

33
[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
4-
[![Build Status](https://github.com/aeyoll/morbo/actions/workflows/rust.yml/badge.svg)](https://github.com/aeyoll/morbo/actions/workflows/ci.yml)
4+
[![Build Status](https://github.com/aeyoll/morbo/actions/workflows/ci.yml/badge.svg)](https://github.com/aeyoll/morbo/actions/workflows/ci.yml)
55
[![Crates.io Version](https://img.shields.io/crates/v/morbo.svg)](https://crates.io/crates/morbo)
6-
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.48.0+-lightgray.svg)](#rust-version-requirements)
6+
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.49.0+-lightgray.svg)](#rust-version-requirements)
77

88
![Morbo, a CSP Reporter](https://github.com/aeyoll/morbo/blob/main/.github/logo.jpg?raw=true)
99

@@ -60,3 +60,8 @@ Content-Security-Policy: default-src 'self'; report-to csp-endpoint; report-uri
6060
```
6161

6262
Event though `report-uri` is deprecated, `report-to` is not supported in every browser.
63+
64+
Rust version requirements
65+
---
66+
67+
Rust >= 1.49.0+

0 commit comments

Comments
 (0)