From 22a6aa09f5dbaf5d1c8a05e2158484fef22f2e21 Mon Sep 17 00:00:00 2001 From: Gary Josack Date: Wed, 25 May 2022 19:15:26 -0700 Subject: [PATCH] make ruleset 2 the default ruleset --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f85eefa..439025b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -65,7 +65,7 @@ dependencies = [ [[package]] name = "classic-stats-tracker" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 720992c..2086e5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "classic-stats-tracker" -version = "0.1.1" +version = "0.1.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html