Skip to content

Commit

Permalink
Merge pull request #68 from atouchet/bdg
Browse files Browse the repository at this point in the history
Fix badges
  • Loading branch information
est31 committed Mar 13, 2023
2 parents fe16912 + 8b22965 commit 0277ad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,7 +1,7 @@
# yasna.rs: ASN.1 library for Rust

[![Build Status](https://travis-ci.com/qnighy/yasna.rs.svg?branch=master)](https://travis-ci.com/qnighy/yasna.rs)
[![](http://meritbadge.herokuapp.com/yasna)](https://crates.io/crates/yasna)
[![Build Status](https://github.com/qnighy/yasna.rs/actions/workflows/test.yml/badge.svg)](https://github.com/qnighy/yasna.rs/actions)
[![](https://img.shields.io/crates/v/yasna.svg)](https://crates.io/crates/yasna)

This is a Rust library for reading and writing ASN.1 data.

Expand Down

0 comments on commit 0277ad9

Please sign in to comment.