Skip to content

Commit

Permalink
Bump example version to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed Feb 2, 2024
1 parent 555360f commit a59ec3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Please refer to [the preCICE documentation](https://www.precice.org/installation
## Installing the package from the registry

```
$ cargo add precice@2.5
$ cargo add precice@3
```

## Installing the package from the git repository

```
$ cargo add --git https://github.com/precice/rust-bindings.git --rev v2.5.0 precice
$ cargo add --git https://github.com/precice/rust-bindings.git --rev v3.0.0 precice
```

## Usage
Expand Down

0 comments on commit a59ec3a

Please sign in to comment.