Skip to content

Commit

Permalink
Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-k committed Jul 7, 2019
1 parent 33de9a8 commit 575fec6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
argmin = "0.2.3"
argmin = "0.2.4"
```

### Optional features (recommended)
Expand All @@ -83,7 +83,7 @@ There are additional features which can be activated in `Cargo.toml`:

```toml
[dependencies]
argmin = { version = "0.2.3", features = ["ctrlc", "ndarrayl"] }
argmin = { version = "0.2.4", features = ["ctrlc", "ndarrayl"] }
```

These may become default features in the future. Without these features compilation to
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
//!
//! ```toml
//! [dependencies]
//! argmin = "0.2.3"
//! argmin = "0.2.4"
//! ```
//!
//! ## Optional features (recommended)
Expand All @@ -86,7 +86,7 @@
//!
//! ```toml
//! [dependencies]
//! argmin = { version = "0.2.3", features = ["ctrlc", "ndarrayl"] }
//! argmin = { version = "0.2.4", features = ["ctrlc", "ndarrayl"] }
//! ```
//!
//! These may become default features in the future. Without these features compilation to
Expand Down

0 comments on commit 575fec6

Please sign in to comment.