<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-sync/CHANGELOG.md, branch fix-input-sync-bypass</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/'/>
<entry>
<title>Remove `Sized` bound from `MutexGuard::map`</title>
<updated>2025-09-12T16:16:32+00:00</updated>
<author>
<name>Robert Zieba</name>
<email>robertzieba@microsoft.com</email>
</author>
<published>2025-09-11T21:40:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=78d5d3f2dde14fcbf4879de19076eb89d9b9ef8b'/>
<id>78d5d3f2dde14fcbf4879de19076eb89d9b9ef8b</id>
<content type='text'>
Since `MutexGuard` has `T: ?Sized`, `U` does not need to be restricted
to `Sized` types. This now allows using `map` to cast from
`MutexGuard&lt;'_, M, ImplsTrait&gt;` to `MutexGuard&lt;'_, M, dyn Trait&gt;`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since `MutexGuard` has `T: ?Sized`, `U` does not need to be restricted
to `Sized` types. This now allows using `map` to cast from
`MutexGuard&lt;'_, M, ImplsTrait&gt;` to `MutexGuard&lt;'_, M, dyn Trait&gt;`.
</pre>
</div>
</content>
</entry>
<entry>
<title>embassy-sync: Don't drop wakers in Signal::reset</title>
<updated>2025-08-28T15:42:48+00:00</updated>
<author>
<name>Matthew Tran</name>
<email>0e4ef622@gmail.com</email>
</author>
<published>2025-08-28T15:35:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=fcf659fbe5c0cd6acf328281089c35c999f5514a'/>
<id>fcf659fbe5c0cd6acf328281089c35c999f5514a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: prepare embassy crate releases</title>
<updated>2025-08-26T14:05:09+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2025-08-26T14:04:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=83f2557eacd657070a84a9baf2da6e3aff03b2b7'/>
<id>83f2557eacd657070a84a9baf2da6e3aff03b2b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add semver checks and releasing to releaser</title>
<updated>2025-08-25T17:44:49+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2025-08-14T11:36:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=6a347f1f09b0076af868dcd63d9139081c92172b'/>
<id>6a347f1f09b0076af868dcd63d9139081c92172b</id>
<content type='text'>
* List dependencies of a crate
* List dependents of a crate
* Perform semver-checks of a crate
* Prepare a release for a crate and all dependents
* Use a single release.toml for cargo-release
* Add changelogs where missing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* List dependencies of a crate
* List dependents of a crate
* Perform semver-checks of a crate
* Prepare a release for a crate and all dependents
* Use a single release.toml for cargo-release
* Add changelogs where missing
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: add more `Debug` impls to `embassy-sync`, particularly on `OnceLock`</title>
<updated>2025-08-20T05:36:49+00:00</updated>
<author>
<name>Curly</name>
<email>u007d@humanenginuity.com</email>
</author>
<published>2025-08-20T05:30:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=368738bef44dbba1a178383d878a6d9423b1ccd9'/>
<id>368738bef44dbba1a178383d878a6d9423b1ccd9</id>
<content type='text'>
All tests green
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All tests green
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(embassy-sync): Add `get_mut` for `LazyLock`</title>
<updated>2025-07-30T20:15:58+00:00</updated>
<author>
<name>Anthony Grondin</name>
<email>104731965+AnthonyGrondin@users.noreply.github.com</email>
</author>
<published>2025-07-30T20:01:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=03b60dd5619bb65dff697cf9dd96f57ccc23f35e'/>
<id>03b60dd5619bb65dff697cf9dd96f57ccc23f35e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: update changelog for embassy-sync</title>
<updated>2025-05-28T11:05:38+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2025-05-28T10:35:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=dfd2d31819835820ecb196cd0497d1456ba1b825'/>
<id>dfd2d31819835820ecb196cd0497d1456ba1b825</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>embassy-sync: bump to 0.7.0</title>
<updated>2025-05-22T05:29:55+00:00</updated>
<author>
<name>Matt Johnston</name>
<email>matt@ucc.asn.au</email>
</author>
<published>2025-05-22T03:42:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=5e49985ed678659e199c58c8100e3ed18d2f6227'/>
<id>5e49985ed678659e199c58c8100e3ed18d2f6227</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>embassy-sync: Update changelog</title>
<updated>2025-05-22T05:29:55+00:00</updated>
<author>
<name>Matt Johnston</name>
<email>matt@ucc.asn.au</email>
</author>
<published>2025-05-22T03:41:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=2f8a8e817c64dfa8d63b4a3ad43e650785698a5e'/>
<id>2f8a8e817c64dfa8d63b4a3ad43e650785698a5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: bump embassy-sync version</title>
<updated>2025-01-15T15:12:36+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf@digili.no</email>
</author>
<published>2025-01-15T15:12:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=ed63f8063732fe9df96c4adf823639c20d7f99af'/>
<id>ed63f8063732fe9df96c4adf823639c20d7f99af</id>
<content type='text'>
Prepare version 0.6.2 for release
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prepare version 0.6.2 for release
</pre>
</div>
</content>
</entry>
</feed>
