-
ssh-portfolio v0.1.2 Stable
released this
2025-09-03 19:01:25 +01:00 | 46 commits to main since this releaseThis is a hotfix release fixing compile-time issues which prevent the the previous release from being used.
Fixed
- Broken SSH server module making project uncompilable due to
async_trait
removal - Failure to compile with
blog
feature enabled due to uncloned image URL in component - Missed bump for v0.1.1
- Website not compiling due to unsupported
<T>{}
syntax in svelte config - Copy
.cargo/
andpatches/
as directories instead of contents in Dockerfile
Added
- Nix flake with devshell for reproducible environments
- CI backed by nix to maximize caching potential
Changed
- Update npm & cargo dependencies
- Updated README with reordered badges, new CI badge and new website screenshot
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Broken SSH server module making project uncompilable due to