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] [package]
name = "libfar" name = "libfar"
description = "Library for interacting with FAR archives" description = "Library for interacting with FAR archives"
version = "0.1.1" version = "0.2.0"
edition = "2021" edition = "2021"
authors = ["husky (fekhesk)"] authors = ["Niko Chow-Stuart <nikocs@voremicrocomputers.com>"]
homepage = "https://gitlab.com/realmicrosoft/libfar-rs" homepage = "https://git.voremicrocomputers.com/husky/libfar"
repository = "https://gitlab.com/realmicrosoft/libfar-rs" repository = "https://git.voremicrocomputers.com/husky/libfar"
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"
keywords = ["far", "archive", "library", "EA"] keywords = ["far", "archive", "library", "EA"]
categories = ["encoding", "filesystem", "game-development", "parsing-tools"] categories = ["encoding", "filesystem", "game-development", "parsing-tools"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]

View file

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