From dbc2cd9a72d9ef239c1fcb6501021ab7421b176b Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Wed, 26 Jul 2023 21:40:58 +0200 Subject: [PATCH] Update crate version to 7.0.0-rc1 --- Cargo.toml | 2 +- README.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b162ceb8..fdfcf5b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "GSL" -version = "6.0.0" +version = "7.0.0-rc1" authors = ["Guillaume Gomez "] description = "A rust binding for the GSL (the GNU scientific library)" repository = "https://github.com/GuillaumeGomez/rust-GSL" diff --git a/README.md b/README.md index 2eeed57e..89cc8d7e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ This crate works with Cargo and is on [crates.io]. Just add the following to you ```toml [dependencies] -GSL = "4.0" +GSL = "7.0" ``` You can see examples in the `examples` folder. @@ -75,8 +75,6 @@ You can access the __rgsl__ documentation locally, just build it: > cargo doc --open ``` -Then open this file with an internet browser: `file:///{rgsl_location}/target/doc/rgsl/index.html` - You can also access the latest build of the documentation via the internet [here](https://docs.rs/crate/GSL/). ## License