chore(glue): upgrade to 2024 edition
Part of #114 cargo fix wanted to rewrite `if let else` to match statements, but i reverted them as they dont belong in this cl. There weren't any warnings about locks (relative drop order changed in 2024) Change-Id: I9c851ef8e214a481cbe7b4cf9b2634b5d56970d4 Reviewed-on: https://cl.snix.dev/c/snix/+/30369 Autosubmit: Bence Nemes <nemes.bence1@gmail.com> Reviewed-by: Ilan Joselevich <personal@ilanjoselevich.com> Reviewed-by: Florian Klink <flokli@flokli.de> Tested-by: besadii
This commit is contained in:
parent
916988a7a2
commit
1a84bc0e62
15 changed files with 36 additions and 32 deletions
|
|
@ -14335,7 +14335,7 @@ rec {
|
|||
"snix-glue" = rec {
|
||||
crateName = "snix-glue";
|
||||
version = "0.1.0";
|
||||
edition = "2021";
|
||||
edition = "2024";
|
||||
src = lib.cleanSourceWith { filter = sourceFilter; src = ./glue; };
|
||||
libName = "snix_glue";
|
||||
dependencies = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue