From a59ec3aed727ce844a8ff4ab9e081e0b5e379372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Simonis?= Date: Fri, 2 Feb 2024 13:27:26 +0100 Subject: [PATCH] Bump example version to 3 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef88534..e46de5f 100644 --- a/README.md +++ b/README.md @@ -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