From 803d0afc523ceea1b8d66a74e45b2169c2c4b4a5 Mon Sep 17 00:00:00 2001 From: John-Bush14 <139780397+John-Bush14@users.noreply.github.com> Date: Tue, 2 Jul 2024 20:49:31 +0200 Subject: [PATCH] v0.1.2: update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d755a07..06eeea3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rsnbs" -version = "0.1.1" +version = "0.1.2" authors = ["Joppe Stuyck "] edition = "2021" description = "IO functionality for the OpenNBS .nbs format"