Bump version to 0.4.2
This commit is contained in:
parent
fac957fafa
commit
fcab069041
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -241,7 +241,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "skyrim-cell-dump"
|
||||
version = "0.4.1"
|
||||
version = "0.4.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"argh",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "skyrim-cell-dump"
|
||||
version = "0.4.1"
|
||||
version = "0.4.2"
|
||||
edition = "2018"
|
||||
authors = ["Tyler Hallada <tyler@hallada.net>"]
|
||||
description = "Library and binary for parsing Skyrim plugin files and extracting CELL data"
|
||||
@ -26,4 +26,4 @@ build-binary = ["argh", "serde_json"]
|
||||
[[bin]]
|
||||
name = "skyrim-cell-dump"
|
||||
path = "src/bin/cli.rs"
|
||||
required-features = ["build-binary"]
|
||||
required-features = ["build-binary"]
|
||||
|
Loading…
Reference in New Issue
Block a user