diff options
| author | Sébastien Crozet <developer@crozet.re> | 2022-07-10 09:41:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-10 09:41:57 +0200 |
| commit | ebb9473491858a4621dae7dd2f768fad49ad0ef2 (patch) | |
| tree | 0e247d21029c36a4775a7020dd59573a490accca /crates/rapier2d/Cargo.toml | |
| parent | 573affd73cf8f9d1c998f68535b5832a33c73848 (diff) | |
| parent | ee10a90f9bb2a1b3c045c41aeb7569123891e757 (diff) | |
| download | rapier-0.14.tar.gz rapier-0.14.tar.bz2 rapier-0.14.zip | |
Merge pull request #365 from dimforge/release-0.14v0.14
Release v0.14
Diffstat (limited to 'crates/rapier2d/Cargo.toml')
| -rw-r--r-- | crates/rapier2d/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rapier2d/Cargo.toml b/crates/rapier2d/Cargo.toml index ac4a32e..329f9eb 100644 --- a/crates/rapier2d/Cargo.toml +++ b/crates/rapier2d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier2d" -version = "0.13.0" +version = "0.14.0" authors = [ "Sébastien Crozet <developer@crozet.re>" ] description = "2-dimensional physics engine in Rust." documentation = "http://docs.rs/rapier2d" |
