We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f0ee2 commit 2e6137dCopy full SHA for 2e6137d
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pid"
3
-version = "4.0.0"
+version = "4.1.0"
4
edition = "2018"
5
authors = [
6
"Ken Elkabany <[email protected]>",
@@ -22,6 +22,3 @@ version = "1.0"
22
optional = true
23
default-features = false
24
features = ["derive"]
25
-
26
-[badges]
27
-travis-ci = { repository = "braincore/pid-rs" }
README.md
@@ -1,7 +1,6 @@
# PID Controller for Rust
[![Latest Version]][crates.io] [![Documentation]][docs.rs]
-[Build Status]: https://api.travis-ci.org/braincore/pid-rs.svg?branch=master
[Latest Version]: https://img.shields.io/crates/v/pid.svg
[crates.io]: https://crates.io/crates/pid
7
[Documentation]: https://docs.rs/pid/badge.svg
0 commit comments