Skip to content

Commit

Permalink
Upgrade to 2018 edition
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun authored and braincore committed Jan 20, 2020
1 parent 702e3da commit 4549a96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "pid"
version = "2.0.0"
edition = "2018"
authors = ["Ken Elkabany <[email protected]>"]
license = "MIT"
description = "A PID controller."
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! A proportional-integral-derivative (PID) controller.
#![no_std]
extern crate num_traits;

use num_traits::float::FloatCore;

#[derive(Clone, Copy, Debug, Eq, PartialEq, Ord, PartialOrd)]
Expand Down

0 comments on commit 4549a96

Please sign in to comment.