update version
This commit is contained in:
parent
86c3c6d62a
commit
c9dde6c44a
2 changed files with 5 additions and 7 deletions
10
Cargo.toml
10
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 <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]
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
add to your project with
|
||||
```toml
|
||||
[dependencies]
|
||||
libfar = "0.1.1"
|
||||
libfar = "0.2.0"
|
||||
```
|
Loading…
Add table
Reference in a new issue