From 0736d7304b834fe95982e98bd5b0868a7e89e1b4 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Fri, 22 Dec 2023 16:21:37 +0100 Subject: [PATCH] 0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- flake.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59cb66d..393ecc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1128,7 +1128,7 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" [[package]] name = "tf-demo-parser" -version = "0.4.0" +version = "0.5.0" dependencies = [ "better-panic", "bitbuffer", diff --git a/Cargo.toml b/Cargo.toml index 2a9de5f..5c46c01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tf-demo-parser" description = "parser for tf2 demo files" -version = "0.4.0" +version = "0.5.0" authors = ["Robin Appelman "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/flake.nix b/flake.nix index cbcf519..b417bd0 100644 --- a/flake.nix +++ b/flake.nix @@ -93,7 +93,7 @@ }; devShells.default = pkgs.mkShell { - nativeBuildInputs = with pkgs; [rust-bin.stable.latest.default bacon cargo-edit cargo-outdated rustfmt clippy cargo-audit hyperfine valgrind cargo-insta]; + nativeBuildInputs = with pkgs; [rust-bin.stable.latest.default bacon cargo-edit cargo-outdated rustfmt clippy cargo-audit hyperfine valgrind cargo-insta cargo-semver-checks]; }; }); }