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:
2022-09-30 16:44:16 -04:00
父節點 e79480794f
當前提交 4f70f90d2b
共有 2 個文件被更改,包括 2 次插入2 次删除

2
Cargo.lock generated
查看文件

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

查看文件

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