Skip to content

Commit

Permalink
Merge pull request #23 from sticnarf/gh-badge
Browse files Browse the repository at this point in the history
Use badge from GitHub Actions
  • Loading branch information
sticnarf authored Jan 17, 2022
2 parents 0da7a70 + 3702763 commit d0b3023
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ documentation = "https://docs.rs/iprange/"
categories = ["network-programming"]
license = "MIT"

[badges]
travis-ci = { repository = "sticnarf/iprange-rs" }

[dependencies]
ipnet = "2.0.0"
serde = { version = "1", features = ["derive"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# iprange-rs

[![Crates Version](https://img.shields.io/crates/v/iprange.svg)](https://crates.io/crates/iprange)
[![Build Status](https://travis-ci.org/sticnarf/iprange-rs.svg?branch=master)](https://travis-ci.org/sticnarf/iprange-rs)
[![CI](https://github.com/sticnarf/iprange-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/sticnarf/iprange-rs/actions/workflows/ci.yml)

`iprange-rs` is a Rust library for managing IP ranges.

Expand Down

0 comments on commit d0b3023

Please sign in to comment.