<feed xmlns='http://www.w3.org/2005/Atom'>
<title>askama/.github/workflows, branch main</title>
<subtitle>added poem support</subtitle>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/'/>
<entry>
<title>Add poem integration</title>
<updated>2024-01-24T20:23:18+00:00</updated>
<author>
<name>cel 🌸</name>
<email>cel@blos.sm</email>
</author>
<published>2024-01-24T20:23:18+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=d3b048544eebf7b8402fb585b4e2531de9b28a33'/>
<id>d3b048544eebf7b8402fb585b4e2531de9b28a33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add MSRV checking in CI</title>
<updated>2023-09-29T14:13:24+00:00</updated>
<author>
<name>Dirkjan Ochtman</name>
<email>dirkjan@ochtman.nl</email>
</author>
<published>2023-09-29T12:02:11+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=daa8d89b579f9a319e2bd9c59576e1d8ac76365e'/>
<id>daa8d89b579f9a319e2bd9c59576e1d8ac76365e</id>
<content type='text'>
Bump MSRV to 1.65 for the use of let .. else.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bump MSRV to 1.65 for the use of let .. else.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add audit job in CI workflow</title>
<updated>2023-09-29T14:13:24+00:00</updated>
<author>
<name>Dirkjan Ochtman</name>
<email>dirkjan@ochtman.nl</email>
</author>
<published>2023-09-29T12:00:42+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=e527f5f065bc384515929ccec497d66ad85830d1'/>
<id>e527f5f065bc384515929ccec497d66ad85830d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade to actions/checkout@v4</title>
<updated>2023-09-29T14:13:24+00:00</updated>
<author>
<name>Dirkjan Ochtman</name>
<email>dirkjan@ochtman.nl</email>
</author>
<published>2023-09-29T11:58:20+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=dcece252a2a5b98bbb69ff6d3509d0673c8ca64c'/>
<id>dcece252a2a5b98bbb69ff6d3509d0673c8ca64c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use externally maintained Actions</title>
<updated>2023-09-29T14:13:24+00:00</updated>
<author>
<name>Dirkjan Ochtman</name>
<email>dirkjan@ochtman.nl</email>
</author>
<published>2023-09-29T11:56:31+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=c2b9192dfc0aa2ff40ecd19c2a034e06cea2124e'/>
<id>c2b9192dfc0aa2ff40ecd19c2a034e06cea2124e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CI: make sure parser is tested</title>
<updated>2023-07-31T19:27:04+00:00</updated>
<author>
<name>René Kijewski</name>
<email>rene.kijewski@fu-berlin.de</email>
</author>
<published>2023-07-31T19:06:47+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=18b6d2f38ac51dfa3207c4d509567cd0db937274'/>
<id>18b6d2f38ac51dfa3207c4d509567cd0db937274</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement basic hyper integration</title>
<updated>2022-07-25T09:39:58+00:00</updated>
<author>
<name>René Kijewski</name>
<email>kijewski@library.vetmed.fu-berlin.de</email>
</author>
<published>2022-07-20T19:18:18+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=bd8d2f334ed2a9fd0fb1bb6f9d87b4ab45556918'/>
<id>bd8d2f334ed2a9fd0fb1bb6f9d87b4ab45556918</id>
<content type='text'>
The integration is based on askama_gotham.

There is no specific trait to convert an arbitrary T to
`hyper::Response`, so I used `From&lt;Template&gt; for hyper::Response`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The integration is based on askama_gotham.

There is no specific trait to convert an arbitrary T to
`hyper::Response`, so I used `From&lt;Template&gt; for hyper::Response`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure all packages are tested</title>
<updated>2022-06-20T10:08:16+00:00</updated>
<author>
<name>René Kijewski</name>
<email>kijewski@library.vetmed.fu-berlin.de</email>
</author>
<published>2022-06-17T21:31:00+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=d6af26a0ce1476c59318a5e6707caa199ee094ef'/>
<id>d6af26a0ce1476c59318a5e6707caa199ee094ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add caching action to shrink CI times (#698)</title>
<updated>2022-06-17T20:33:53+00:00</updated>
<author>
<name>Nate Kidwell</name>
<email>ludicast@users.noreply.github.com</email>
</author>
<published>2022-06-17T20:33:53+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=ead0498fb78077d63c9aa5c8969a05ca28e800bd'/>
<id>ead0498fb78077d63c9aa5c8969a05ca28e800bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to Rocket 0.5</title>
<updated>2022-06-16T06:44:28+00:00</updated>
<author>
<name>René Kijewski</name>
<email>kijewski@library.vetmed.fu-berlin.de</email>
</author>
<published>2022-06-16T05:44:06+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=5cdffd6e0e9eb0a408cec6e5a143231e139970fe'/>
<id>5cdffd6e0e9eb0a408cec6e5a143231e139970fe</id>
<content type='text'>
Though Rocket 0.5 still only a release candidate, Rocket 0.4 severely
outdated, and depends on a bunch of crates with active security
advisories. Rocket 0.5 updates its dependencies to fixes versions.

Also Rocket 0.4 needs a nightly Rust, which caused multiple problems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Though Rocket 0.5 still only a release candidate, Rocket 0.4 severely
outdated, and depends on a bunch of crates with active security
advisories. Rocket 0.5 updates its dependencies to fixes versions.

Also Rocket 0.4 needs a nightly Rust, which caused multiple problems.
</pre>
</div>
</content>
</entry>
</feed>
