fastn-old icon indicating copy to clipboard operation
fastn-old copied to clipboard

🚧 (Alpha stage software) FTD Package Manager & Static Site Generator 🚧

Results 26 fastn-old issues
Sort by recently updated
recently updated
newest added

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.45 to 0.10.48. Release notes Sourced from openssl's releases. openssl v0.10.48 What's Changed Fix LibreSSL version checking in openssl/ by @​alex in sfackler/rust-openssl#1851 Skip a test that...

dependencies

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.25.0 to 1.26.0. Release notes Sourced from tokio's releases. Tokio v1.26.0 Fixed macros: fix empty join! and try_join! ([https://github-redirect.dependabot.com/tokio-rs/tokio/pull/5504]) sync: don't leak tracing spans in mutex guards...

dependencies

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.93 to 1.0.94. Release notes Sourced from serde_json's releases. v1.0.94 Fix message duplication between serde_json::Error's Display and source() (#991, #992) Commits a15bd09 Release 1.0.94 3e418b1 Merge pull...

dependencies

Bumps [clap](https://github.com/clap-rs/clap) from 4.1.6 to 4.1.8. Release notes Sourced from clap's releases. v4.1.8 [4.1.8] - 2023-02-27 Fixes (derive) Don't deny lints on the users behalf v4.1.7 [4.1.7] - 2023-02-27 Fixes...

dependencies

Bumps [camino](https://github.com/camino-rs/camino) from 1.1.2 to 1.1.3. Release notes Sourced from camino's releases. camino 1.1.3 Added New method Utf8DirEntry::into_path to return an owned Utf8PathBuf. Changelog Sourced from camino's changelog. [1.1.3] -...

dependencies

Bumps [actix-web](https://github.com/actix/actix-web) from 4.3.0 to 4.3.1. Release notes Sourced from actix-web's releases. actix-web: v4.3.1 Add support for custom methods with the #[route] macro. #2969 #2969: actix/actix-web#2969 Commits e35ec28 prepare actix-web...

dependencies

In the below example `readers` and `writers` are not getting inherited from `sitemap` for request `/` and `/inheritance/`. ``` -- fpm.sitemap: writers: foo-people readers: fifthtry-people # Home: / confidential: false...

While switching from one Color-Scheme to another all colors are not being changed. FTD: ```ftd -- fpm.dependency: fifthtry.github.io/chrome-book-cs as cs ``` If I change above from `chrome-book-cs` to `color-doc` it...