Skip to content

Commit 2e6137d

Browse files
committed
Prepped for 4.1.0 release
1 parent 55f0ee2 commit 2e6137d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pid"
3-
version = "4.0.0"
3+
version = "4.1.0"
44
edition = "2018"
55
authors = [
66
"Ken Elkabany <[email protected]>",
@@ -22,6 +22,3 @@ version = "1.0"
2222
optional = true
2323
default-features = false
2424
features = ["derive"]
25-
26-
[badges]
27-
travis-ci = { repository = "braincore/pid-rs" }

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# PID Controller for Rust
22
[![Latest Version]][crates.io] [![Documentation]][docs.rs]
33

4-
[Build Status]: https://api.travis-ci.org/braincore/pid-rs.svg?branch=master
54
[Latest Version]: https://img.shields.io/crates/v/pid.svg
65
[crates.io]: https://crates.io/crates/pid
76
[Documentation]: https://docs.rs/pid/badge.svg

0 commit comments

Comments
 (0)