diff options
author | metamuffin <metamuffin@disroot.org> | 2024-10-12 01:14:26 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-10-12 01:14:26 +0200 |
commit | 2a576e64824e4a02aeb89c312c15db0a25483373 (patch) | |
tree | c3023d5d033a70ce1f8826dfeecea4fe3bbefdb6 /src/main.rs | |
parent | 022079981409a5e88008309003b2653238599c2a (diff) | |
download | gnix-2.2.0.tar gnix-2.2.0.tar.bz2 gnix-2.2.0.tar.zst |
files localize flagv2.2.0
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 0dcf01b..a3edd28 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,7 @@ #![feature(try_trait_v2)] #![feature(slice_split_once)] #![feature(iterator_try_collect)] +#![feature(path_add_extension)] pub mod certs; pub mod config; |