Bump version to 0.1.1
Changelog: * Move the examples data files * Implement a first pass on every data format listed on serde.rs
This commit is contained in:
parent
9f5cbd7d07
commit
b9bffdc19c
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -663,7 +663,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tradaf"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"bendy",
|
||||
"byteorder",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tradaf"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors = ["Zykino <Zykino@users.noreply.github.com>"]
|
||||
description = "Tranduit Data Format: Translate serialized data from one format to another."
|
||||
license = "GPL-3.0-or-later"
|
||||
|
Loading…
Reference in New Issue
Block a user