From 0e7eeefa2de79fa65bd65523f99e991d24e0fc00 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Sun, 29 Mar 2026 16:25:45 +0200 Subject: [PATCH] bumb msrv --- .gitignore | 3 ++- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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"