Skip to content

Commit

Permalink
Merge pull request #140 from GuillaumeGomez/update
Browse files Browse the repository at this point in the history
Update crate version to 7.0.0-rc1
  • Loading branch information
GuillaumeGomez authored Jul 26, 2023
2 parents 4d4db7a + dbc2cd9 commit 492ccdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "GSL"
version = "6.0.0"
version = "7.0.0-rc1"
authors = ["Guillaume Gomez <[email protected]>"]
description = "A rust binding for the GSL (the GNU scientific library)"
repository = "https://github.com/GuillaumeGomez/rust-GSL"
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 492ccdc

Please sign in to comment.