From 4eb8ff192893e8a0bc4432cf66bbdc73c53f66a2 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Fri, 9 Aug 2024 14:26:19 -0700 Subject: [PATCH] v0.1.3 update common --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52cc6b3..18652e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -111,7 +111,7 @@ dependencies = [ [[package]] name = "strafesnet_snf" -version = "0.1.2" +version = "0.1.3" dependencies = [ "binrw", "id", diff --git a/Cargo.toml b/Cargo.toml index d0b75ba..7138551 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strafesnet_snf" -version = "0.1.2" +version = "0.1.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html