diff options
| author | Crozet Sébastien <developer@crozet.re> | 2021-06-03 10:27:21 +0200 |
|---|---|---|
| committer | Crozet Sébastien <developer@crozet.re> | 2021-06-03 10:28:00 +0200 |
| commit | 97304597b82b51f593b19da52786c3a71081a252 (patch) | |
| tree | 0a7c09b2489197625c2ef552ed9c4f270371e5a7 /build | |
| parent | 59e5d8e7f9151f9a3ba06c1c6414aa4ffc19fa4d (diff) | |
| download | rapier-97304597b82b51f593b19da52786c3a71081a252.tar.gz rapier-97304597b82b51f593b19da52786c3a71081a252.tar.bz2 rapier-97304597b82b51f593b19da52786c3a71081a252.zip | |
Release v0.9.1v0.9.1
Diffstat (limited to 'build')
| -rw-r--r-- | build/rapier2d-f64/Cargo.toml | 2 | ||||
| -rw-r--r-- | build/rapier2d/Cargo.toml | 2 | ||||
| -rw-r--r-- | build/rapier3d-f64/Cargo.toml | 2 | ||||
| -rw-r--r-- | build/rapier3d/Cargo.toml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/build/rapier2d-f64/Cargo.toml b/build/rapier2d-f64/Cargo.toml index 16bf597..56e2292 100644 --- a/build/rapier2d-f64/Cargo.toml +++ b/build/rapier2d-f64/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier2d-f64" -version = "0.9.0" +version = "0.9.1" authors = [ "Sébastien Crozet <developer@crozet.re>" ] description = "2-dimensional physics engine in Rust." documentation = "http://docs.rs/rapier2d" diff --git a/build/rapier2d/Cargo.toml b/build/rapier2d/Cargo.toml index 99229cf..80dea94 100644 --- a/build/rapier2d/Cargo.toml +++ b/build/rapier2d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier2d" -version = "0.9.0" +version = "0.9.1" authors = [ "Sébastien Crozet <developer@crozet.re>" ] description = "2-dimensional physics engine in Rust." documentation = "http://docs.rs/rapier2d" diff --git a/build/rapier3d-f64/Cargo.toml b/build/rapier3d-f64/Cargo.toml index 2653154..0458699 100644 --- a/build/rapier3d-f64/Cargo.toml +++ b/build/rapier3d-f64/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier3d-f64" -version = "0.9.0" +version = "0.9.1" authors = [ "Sébastien Crozet <developer@crozet.re>" ] description = "3-dimensional physics engine in Rust." documentation = "http://docs.rs/rapier3d" diff --git a/build/rapier3d/Cargo.toml b/build/rapier3d/Cargo.toml index 5f4c94b..9ef2643 100644 --- a/build/rapier3d/Cargo.toml +++ b/build/rapier3d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier3d" -version = "0.9.0" +version = "0.9.1" authors = [ "Sébastien Crozet <developer@crozet.re>" ] description = "3-dimensional physics engine in Rust." documentation = "http://docs.rs/rapier3d" |
