Skip to content

Commit

Permalink
chore: 버전 업 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnlee authored Nov 11, 2022
1 parent 3a46c4d commit 0a7be6b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/hwp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hwp"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "Apache-2.0"
description = "낮은 수준의 hwp 파서"
Expand All @@ -10,7 +10,7 @@ repository = "https://github.com/hahnlee/hwp-rs"
aes = "0.8"
byteorder = "1"
cfb = "0.7"
hwp_macro = { path = "../macro", version = "0.1.0" }
hwp_macro = { path = "../macro", version = "0.2.0" }
flate2 = "1.0"
num = "0.4"
num-traits = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hwp_macro"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "Apache-2.0"
description = "make_4chid를 위한 매크로"
Expand Down
2 changes: 1 addition & 1 deletion crates/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ name = "libhwp"
crate-type = ["cdylib"]

[dependencies]
hwp = { path = "../hwp", version = "0.1.0" }
hwp = { path = "../hwp", version = "0.2.0" }
pyo3 = { version = "0.17", features = ["extension-module"] }

0 comments on commit 0a7be6b

Please sign in to comment.