1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-22 12:47:45 +00:00

Bump version to 1.1

This commit is contained in:
Joshua Goins 2022-10-17 19:52:57 -04:00
parent 0edbcfdf34
commit a508766583
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -466,7 +466,7 @@ checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"
[[package]]
name = "physis"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"binrw",
"bitfield-struct",
@ -522,9 +522,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
version = "1.0.46"
version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b"
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
dependencies = [
"unicode-ident",
]

View file

@ -1,6 +1,6 @@
[package]
name = "physis"
version = "0.1.0"
version = "0.1.1"
authors = ["Joshua Goins <josh@redstrate.com>"]
edition = "2021"
description = "Interact with XIV game data."