From c9dde6c44a6a013eb32d6c1cc079089e743afdad Mon Sep 17 00:00:00 2001 From: husky Date: Mon, 25 Sep 2023 13:42:05 -0700 Subject: [PATCH] update version --- Cargo.toml | 10 ++++------ README.md | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4d82de7..73e124c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "libfar" description = "Library for interacting with FAR archives" -version = "0.1.1" +version = "0.2.0" edition = "2021" -authors = ["husky (fekhesk)"] -homepage = "https://gitlab.com/realmicrosoft/libfar-rs" -repository = "https://gitlab.com/realmicrosoft/libfar-rs" +authors = ["Niko Chow-Stuart "] +homepage = "https://git.voremicrocomputers.com/husky/libfar" +repository = "https://git.voremicrocomputers.com/husky/libfar" license = "MIT" readme = "README.md" keywords = ["far", "archive", "library", "EA"] categories = ["encoding", "filesystem", "game-development", "parsing-tools"] -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] diff --git a/README.md b/README.md index 307443a..a1db33a 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,5 @@ add to your project with ```toml [dependencies] -libfar = "0.1.1" +libfar = "0.2.0" ``` \ No newline at end of file