Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit e8e76e9

Browse files
committed
0.5.0
1 parent 07039da commit e8e76e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tf-demo-parser"
33
description = "parser for tf2 demo files"
4-
version = "0.4.0"
4+
version = "0.5.0"
55
authors = ["Robin Appelman <[email protected]>"]
66
edition = "2021"
77
license = "MIT OR Apache-2.0"

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
};
9494

9595
devShells.default = pkgs.mkShell {
96-
nativeBuildInputs = with pkgs; [rust-bin.stable.latest.default bacon cargo-edit cargo-outdated rustfmt clippy cargo-audit hyperfine valgrind cargo-insta];
96+
nativeBuildInputs = with pkgs; [rust-bin.stable.latest.default bacon cargo-edit cargo-outdated rustfmt clippy cargo-audit hyperfine valgrind cargo-insta cargo-semver-checks];
9797
};
9898
});
9999
}

0 commit comments

Comments
 (0)