File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Morbo, a CSP Reporter
2
2
3
3
[ ![ 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 )
5
5
[ ![ 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 )
7
7
8
8
![ Morbo, a CSP Reporter] ( https://github.com/aeyoll/morbo/blob/main/.github/logo.jpg?raw=true )
9
9
@@ -60,3 +60,8 @@ Content-Security-Policy: default-src 'self'; report-to csp-endpoint; report-uri
60
60
```
61
61
62
62
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+
You can’t perform that action at this time.
0 commit comments