bumb msrv

This commit is contained in:
Robin Appelman 2026-03-29 16:25:45 +02:00
commit 0e7eeefa2d
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/target /target
.env .env
result

View file

@ -2,11 +2,11 @@
name = "steam-resolve-vanity" name = "steam-resolve-vanity"
version = "0.5.0" version = "0.5.0"
authors = ["Robin Appelman <robin@icewind.nl>"] authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018" edition = "2024"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/icewind/steam-resolve-vanity" repository = "https://codeberg.org/icewind/steam-resolve-vanity"
description = "Resolve steam vanity urls" description = "Resolve steam vanity urls"
rust-version = "1.82.0" rust-version = "1.88.0"
[dependencies] [dependencies]
steamid-ng = "3.0.0" steamid-ng = "3.0.0"