diff options
| author | Crozet Sébastien <developer@crozet.re> | 2021-03-03 10:38:08 +0100 |
|---|---|---|
| committer | Crozet Sébastien <developer@crozet.re> | 2021-03-03 10:38:08 +0100 |
| commit | 775910b214de02666e896c44369c4125cbc4a7ab (patch) | |
| tree | 31297611d17b165a4cbb9bd60a67dd0feef94370 | |
| parent | a8216f5c24b2903ca6798acdd0a40b0a0b6c4b0f (diff) | |
| download | rapier-775910b214de02666e896c44369c4125cbc4a7ab.tar.gz rapier-775910b214de02666e896c44369c4125cbc4a7ab.tar.bz2 rapier-775910b214de02666e896c44369c4125cbc4a7ab.zip | |
Release testbed v0.6.1
| -rw-r--r-- | build/rapier_testbed2d/Cargo.toml | 2 | ||||
| -rw-r--r-- | build/rapier_testbed3d/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/rapier_testbed2d/Cargo.toml b/build/rapier_testbed2d/Cargo.toml index d31cdff..9c26672 100644 --- a/build/rapier_testbed2d/Cargo.toml +++ b/build/rapier_testbed2d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier_testbed2d" -version = "0.6.0" +version = "0.6.1" authors = [ "Sébastien Crozet <developer@crozet.re>" ] description = "Testbed for the Rapier 2-dimensional physics engine in Rust." homepage = "http://rapier.org" diff --git a/build/rapier_testbed3d/Cargo.toml b/build/rapier_testbed3d/Cargo.toml index 2a599a4..4f753ce 100644 --- a/build/rapier_testbed3d/Cargo.toml +++ b/build/rapier_testbed3d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier_testbed3d" -version = "0.6.0" +version = "0.6.1" authors = [ "Sébastien Crozet <developer@crozet.re>" ] description = "Testbed for the Rapier 3-dimensional physics engine in Rust." homepage = "http://rapier.org" |
