Bump version to 0.4.0

Minor version change for the breaking change in the public API of Plugin (now uses HashSet instead of Vec for cells and worlds).
This commit is contained in:
Tyler Hallada 2022-09-30 16:44:16 -04:00
parent e79480794f
commit 4f70f90d2b
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -241,7 +241,7 @@ dependencies = [
[[package]] [[package]]
name = "skyrim-cell-dump" name = "skyrim-cell-dump"
version = "0.3.4" version = "0.4.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"argh", "argh",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "skyrim-cell-dump" name = "skyrim-cell-dump"
version = "0.3.4" version = "0.4.0"
edition = "2018" edition = "2018"
authors = ["Tyler Hallada <tyler@hallada.net>"] authors = ["Tyler Hallada <tyler@hallada.net>"]
description = "Library and binary for parsing Skyrim plugin files and extracting CELL data" description = "Library and binary for parsing Skyrim plugin files and extracting CELL data"