From d036a335015ddb6beef01f2bb1ba2712358508c0 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Mon, 29 Jul 2024 18:22:26 -0700 Subject: [PATCH] v0.1.1 no panic --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5385d29..ea559a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -104,7 +104,7 @@ dependencies = [ [[package]] name = "strafesnet_snf" -version = "0.1.0" +version = "0.1.1" dependencies = [ "binrw", "id", diff --git a/Cargo.toml b/Cargo.toml index 6ff42e3..9b20fd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strafesnet_snf" -version = "0.1.0" +version = "0.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html