diff --git a/.gitignore b/.gitignore index 0b745e2..99c3d48 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target -.env \ No newline at end of file +.env +result \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index c8eb72c..b9e05e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,11 +2,11 @@ name = "steam-resolve-vanity" version = "0.5.0" authors = ["Robin Appelman "] -edition = "2018" +edition = "2024" license = "MIT OR Apache-2.0" repository = "https://codeberg.org/icewind/steam-resolve-vanity" description = "Resolve steam vanity urls" -rust-version = "1.82.0" +rust-version = "1.88.0" [dependencies] steamid-ng = "3.0.0"