Skip to content

Commit a73deef

Browse files
authored
OH THATS HOW TAGS WORK
1 parent cedea38 commit a73deef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Automatically-generated Rust bindings for the C interface of LAMMPS, the [*Large
88

99
```toml
1010
[dependencies.lammps-sys]
11-
version = "0.2"
11+
tag = "v0.2.0"
1212
git = "https://github.com/ExpHP/lammps-sys"
1313
```
1414

@@ -52,7 +52,7 @@ However, *if you must:*
5252

5353
```toml
5454
[dependencies.lammps-sys]
55-
version = "0.1"
55+
tag = "v0.2.0"
5656
features = ["system-mpi"]
5757
```
5858
When you enable the feature **`system-mpi`**, then bindgen will search for `mpi.h` on the system path. This must correspond to **the same implementation of MPI that Lammps was built against** if you plan to call `lammps_open`. This usage of `lammps-sys` is currently unsupported, because I do not need it and it seems like a major footgun. If you use it, [let me know how it works out.](https://github.com/ExpHP/lammps-sys/issues)

0 commit comments

Comments
 (0)