update rust edition of androscalpel_serializer

This commit is contained in:
Jean-Marie Mineau 2025-04-18 11:08:22 +02:00
parent f5a3015e1f
commit d4ccc73362
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "androscalpel_serializer"
version = "0.1.0"
edition = "2021"
edition = "2024"
[dependencies]
androscalpel_serializer_derive = { path = "../androscalpel_serializer_derive" }