File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,13 @@ Instead, write code like this:
15
15
use c_types :: some_type;
16
16
```
17
17
18
- [ ![ Build Status] ( https://travis-ci.org/dimbleby/rust-c-types.svg?branch=master )] ( https://travis-ci.org/dimbleby/rust-c-types )
19
- [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/lg8k62ahyks2u681/branch/master?svg=true )] ( https://ci.appveyor.com/project/dimbleby/rust-c-types/branch/master )
20
- [ ![ crates.io] ( https://meritbadge.herokuapp.com/c-types )] ( https://crates.io/crates/c-types )
18
+ [ ![ Crates.io] [ crates-badge ]] [ crates-url ]
19
+ [ ![ Build Status] [ actions-badge ]] [ actions-url ]
20
+
21
+ [ crates-badge ] : https://img.shields.io/crates/v/c-types.svg
22
+ [ crates-url ] : https://crates.io/crates/c-types
23
+ [ actions-badge ] : https://github.com/dimbleby/rust-c-types/actions/workflows/build.yml/badge.svg
24
+ [ actions-url ] : https://github.com/dimbleby/rust-c-types/actions?query=workflow%3ACI+branch%3Amain
21
25
22
26
## Documentation ##
23
27
You can’t perform that action at this time.
0 commit comments