This commit is contained in:
Robin Appelman 2026-05-14 20:39:32 +02:00
commit 216ae4540e
4 changed files with 8 additions and 7 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "demostf-client"
version = "0.4.6"
version = "0.4.7"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2021"
description = "Api client for demos.tf"
@ -10,7 +10,7 @@ readme = "README.md"
exclude = ["tests/data/gully.dem"]
keywords = ["tf2", "demo"]
categories = ["api-bindings"]
rust-version = "1.81.0"
rust-version = "1.88.0"
[dependencies]
serde = { version = "1.0.228", features = ["derive"] }