Let chains have been stabalized.
Some checks are pending
clippy Build clippy has started
format Build format has succeeded
rust-test Build rust-test has succeeded
build Build build has succeeded

This commit is contained in:
Tom Alexander 2025-08-31 18:12:41 -04:00
parent c43679fda9
commit bad12160ac
No known key found for this signature in database
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "natter"
version = "0.0.1"
edition = "2021"
edition = "2024"
authors = ["Tom Alexander <tom@fizz.buzz>"]
description = "A static site generator using org source files."
license = "0BSD"

View File

@ -1,4 +1,3 @@
#![feature(let_chains)]
use std::process::ExitCode;
use clap::Parser;