update version

This commit is contained in:
husky 2023-09-25 13:42:05 -07:00
parent 86c3c6d62a
commit c9dde6c44a
No known key found for this signature in database
GPG key ID: 6B3D8CB511646891
2 changed files with 5 additions and 7 deletions

View file

@ -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 <nikocs@voremicrocomputers.com>"]
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]

View file

@ -6,5 +6,5 @@
add to your project with
```toml
[dependencies]
libfar = "0.1.1"
libfar = "0.2.0"
```