1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

Update crate version to 0.3.4

This commit is contained in:
2l47 2021-12-22 13:02:59 -06:00
commit 1a506afe87
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -768,7 +768,7 @@ dependencies = [
[[package]]
name = "tf-demo-parser"
version = "0.3.3"
version = "0.3.4"
dependencies = [
"better-panic",
"bitbuffer",

View file

@ -1,7 +1,7 @@
[package]
name = "tf-demo-parser"
description = "parser for tf2 demo files"
version = "0.3.3"
version = "0.3.4"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
license = "MIT OR Apache-2.0"