<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/rapier.git/crates, branch v0.22.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/'/>
<entry>
<title>Release v0.22.0 (#695)</title>
<updated>2024-07-20T15:14:43+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2024-07-20T15:14:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=cf74150763dd575bc0399087e845e9be62aba56f'/>
<id>cf74150763dd575bc0399087e845e9be62aba56f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clippy: Fix `clippy::lazy_doc_continuation` lints (#689)</title>
<updated>2024-07-18T07:44:48+00:00</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2024-07-18T07:44:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=00f59d2877faa1cc3d1931664ba691f5d9324243'/>
<id>00f59d2877faa1cc3d1931664ba691f5d9324243</id>
<content type='text'>
These will be enabled in Rust 1.80 by default.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These will be enabled in Rust 1.80 by default.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix string serialization for broadphase multisap (#675)</title>
<updated>2024-07-15T12:39:56+00:00</updated>
<author>
<name>Thierry Berger</name>
<email>contact@thierryberger.com</email>
</author>
<published>2024-07-15T12:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=6a295d3e8e372390174cc5b3e286631eb47495c1'/>
<id>6a295d3e8e372390174cc5b3e286631eb47495c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer explicit features for optional deps. (#681)</title>
<updated>2024-07-12T15:05:57+00:00</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2024-07-12T15:05:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=678a725c66fed0878cd71f8025cd0ddabdd20530'/>
<id>678a725c66fed0878cd71f8025cd0ddabdd20530</id>
<content type='text'>
Implicit features are slated to be removed in a future version
of Rust (2024 edition).

Fixing this exposed 2 instances where the wrong feature was being
checked for `serde` vs `serde-serialize`.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implicit features are slated to be removed in a future version
of Rust (2024 edition).

Fixing this exposed 2 instances where the wrong feature was being
checked for `serde` vs `serde-serialize`.</pre>
</div>
</content>
</entry>
<entry>
<title>deps: Update `bit-vec` from 0.6 to 0.7 (#678)</title>
<updated>2024-07-12T15:03:15+00:00</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2024-07-12T15:03:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=56f0eecd2732ed6871684cb7dd8cb8c32a1e701d'/>
<id>56f0eecd2732ed6871684cb7dd8cb8c32a1e701d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: cargo doc step (#671)</title>
<updated>2024-07-12T14:29:22+00:00</updated>
<author>
<name>Thierry Berger</name>
<email>contact@thierryberger.com</email>
</author>
<published>2024-07-12T14:29:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=01dd2001525850ef0d66374c69e98e1560cb6421'/>
<id>01dd2001525850ef0d66374c69e98e1560cb6421</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken multibody joint removal.</title>
<updated>2024-07-07T13:22:55+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>sebcrozet@dimforge.com</email>
</author>
<published>2024-07-06T16:21:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=9e699e0315c0dfbbb2792215474f3b26aee44c3c'/>
<id>9e699e0315c0dfbbb2792215474f3b26aee44c3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release v0.21.0 (#665)</title>
<updated>2024-06-23T21:48:04+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2024-06-23T21:48:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=0089365e661bf487073e58e4e800894dc4e4fc41'/>
<id>0089365e661bf487073e58e4e800894dc4e4fc41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: update to nalgebra 0.33 and parry 0.16 (#664)</title>
<updated>2024-06-23T20:57:51+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2024-06-23T20:57:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=3004a7d38da447e307e11d86528047bdb724c318'/>
<id>3004a7d38da447e307e11d86528047bdb724c318</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release Rapier 0.20.0 (#651)</title>
<updated>2024-06-09T12:59:27+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2024-06-09T12:59:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=b3dc1c1960274139b7fd8e2860a0af0387b0de6e'/>
<id>b3dc1c1960274139b7fd8e2860a0af0387b0de6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
