Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Sep 25, 2023
1 parent b7dfcee commit 3a51635
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ resolver = "2"
license = "MIT"
readme = "README.md"
repository = "https://github.com/magic-akari/ncmc"
version = "0.2.1"
version = "0.2.2"

[workspace.dependencies]
anyhow = "1.0.75"
ncm_core = { version = "0.2.1", path = "crates/ncm_core" }
ncm_meta = { version = "0.2.1", path = "crates/ncm_meta" }
ncm_core = { version = "0.2.2", path = "crates/ncm_core" }
ncm_meta = { version = "0.2.2", path = "crates/ncm_meta" }

[profile.release]
lto = true
Expand Down

0 comments on commit 3a51635

Please sign in to comment.