Skip to content

Commit 77a8369

Browse files
committed
Adjust the description
1 parent fd185be commit 77a8369

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "netlib-src"
3-
version = "0.7.3"
3+
version = "0.7.4"
44
license = "Apache-2.0/MIT"
55
authors = [
66
"Corey Richardson <[email protected]>",
77
"Ivan Ukhov <[email protected]>",
88
"Mason Smith <[email protected]>",
99
"Phil Ruffwind <[email protected]>",
1010
]
11-
description = "The package provides an implementation of BLAS and LAPACK via Netlib."
11+
description = "The package provides a source of BLAS and LAPACK via Netlib."
1212
homepage = "https://github.com/cmr/netlib-src"
1313
repository = "https://github.com/cmr/netlib-src"
1414
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# netlib-src [![Package][package-img]][package-url] [![Documentation][documentation-img]][documentation-url] [![Build][build-img]][build-url]
22

3-
The package provides an implementation of [BLAS] and [LAPACK] via [Netlib].
3+
The package provides a source of [BLAS] and [LAPACK] via [Netlib].
44

55
The usage of the package is explained [here][usage].
66

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Implementation of [BLAS] and [LAPACK] via [Netlib].
1+
//! Source of [BLAS] and [LAPACK] via [Netlib].
22
//!
33
//! The usage of the package is explained [here][usage].
44
//!

0 commit comments

Comments
 (0)