mirror of
https://codeberg.org/icewind/steam-resolve-vanity.git
synced 2026-06-03 17:14:06 +02:00
bumb msrv
This commit is contained in:
parent
bd689f3141
commit
0e7eeefa2d
2 changed files with 4 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
/target
|
/target
|
||||||
.env
|
.env
|
||||||
|
result
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue